diff options
| -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"> |
