aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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