aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-11 08:36:40 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-11 08:36:52 +0100
commite1b5e8a90777b6386d7b702018d22620bd2d85b0 (patch)
treed9846d8b5bcf85a81760dac0a911b82f8a39d185
parent57a7db00ea956b6ee87ae3d6ae61ce21e9b62cf4 (diff)
downloadsebastiano.tronto.net-e1b5e8a90777b6386d7b702018d22620bd2d85b0.tar.gz
sebastiano.tronto.net-e1b5e8a90777b6386d7b702018d22620bd2d85b0.zip
Split favicon.png into favicon.ico and logo.png
-rw-r--r--src/favicon.icobin0 -> 252002 bytes
-rw-r--r--src/favicon.pngbin4828 -> 0 bytes
-rw-r--r--src/logo.pngbin0 -> 2802 bytes
-rw-r--r--top.html4
4 files changed, 2 insertions, 2 deletions
diff --git a/src/favicon.ico b/src/favicon.ico
new file mode 100644
index 0000000..6e066fa
--- /dev/null
+++ b/src/favicon.ico
Binary files differ
diff --git a/src/favicon.png b/src/favicon.png
deleted file mode 100644
index fca1e66..0000000
--- a/src/favicon.png
+++ /dev/null
Binary files differ
diff --git a/src/logo.png b/src/logo.png
new file mode 100644
index 0000000..e9e1dc5
--- /dev/null
+++ b/src/logo.png
Binary files differ
diff --git a/top.html b/top.html
index 1d26804..0650ee0 100644
--- a/top.html
+++ b/top.html
@@ -4,7 +4,7 @@
4 <title> TITLE | Sebastiano Tronto </title> 4 <title> TITLE | Sebastiano Tronto </title>
5 <meta name="viewport" content="width=device-width"> 5 <meta name="viewport" content="width=device-width">
6 <link rel="stylesheet" type="text/css" href="/style.css"> 6 <link rel="stylesheet" type="text/css" href="/style.css">
7 <link rel="icon" href="/favicon.png"> 7 <link rel="icon" href="/favicon.ico">
8 <meta charset="utf-8"> 8 <meta charset="utf-8">
9</head> 9</head>
10 10
@@ -16,7 +16,7 @@
16 <tr> 16 <tr>
17 <td class="logo"> 17 <td class="logo">
18 <a href="/"> 18 <a href="/">
19 <img src="/favicon.png" alt="Home" title="Home"> 19 <img src="/logo.png" alt="Home" title="Home">
20 </a> 20 </a>
21 </td> 21 </td>
22 <td class="links"> 22 <td class="links">

Generated with cgit - Back to sebastiano.tronto.net