diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-11 08:36:40 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-11 08:36:52 +0100 |
| commit | e1b5e8a90777b6386d7b702018d22620bd2d85b0 (patch) | |
| tree | d9846d8b5bcf85a81760dac0a911b82f8a39d185 | |
| parent | 57a7db00ea956b6ee87ae3d6ae61ce21e9b62cf4 (diff) | |
| download | sebastiano.tronto.net-e1b5e8a90777b6386d7b702018d22620bd2d85b0.tar.gz sebastiano.tronto.net-e1b5e8a90777b6386d7b702018d22620bd2d85b0.zip | |
Split favicon.png into favicon.ico and logo.png
| -rw-r--r-- | src/favicon.ico | bin | 0 -> 252002 bytes | |||
| -rw-r--r-- | src/favicon.png | bin | 4828 -> 0 bytes | |||
| -rw-r--r-- | src/logo.png | bin | 0 -> 2802 bytes | |||
| -rw-r--r-- | top.html | 4 |
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 | |||
| @@ -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"> |
