diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 12:13:41 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 12:13:41 +0200 |
| commit | 2930632c5e0a53eeda24aaaf66bc3c2aab758dba (patch) | |
| tree | 434dc6b80971fd3264660ba0f162e31480852180 /top.html | |
| parent | 407aa6fbdbddc1650aa9b44de87af4377fa516ea (diff) | |
| download | sebastiano.tronto.net-2930632c5e0a53eeda24aaaf66bc3c2aab758dba.tar.gz sebastiano.tronto.net-2930632c5e0a53eeda24aaaf66bc3c2aab758dba.zip | |
Added build for gemini; changed logo to img
Diffstat (limited to 'top.html')
| -rw-r--r-- | top.html | 22 |
1 files changed, 1 insertions, 21 deletions
| @@ -15,27 +15,7 @@ | |||
| 15 | <tr> | 15 | <tr> |
| 16 | <td class="logo"> | 16 | <td class="logo"> |
| 17 | <a href="/"> | 17 | <a href="/"> |
| 18 | <svg width="50" height="50"> | 18 | <img src="/favicon.png" alt="Home" title="Home"> |
| 19 | <circle | ||
| 20 | cx="25" | ||
| 21 | cy="25" | ||
| 22 | r="24" | ||
| 23 | stroke = "black" | ||
| 24 | fill = "black" | ||
| 25 | /> | ||
| 26 | <text | ||
| 27 | x="50%" | ||
| 28 | y="50%" | ||
| 29 | text-anchor="middle" | ||
| 30 | dominant-baseline="middle" | ||
| 31 | font-family="monospace" | ||
| 32 | font-weight="bolder" | ||
| 33 | font-size="2.5em" | ||
| 34 | fill="white" | ||
| 35 | > | ||
| 36 | st | ||
| 37 | </text> | ||
| 38 | </svg> | ||
| 39 | </a> | 19 | </a> |
| 40 | </td> | 20 | </td> |
| 41 | <td class="links"> | 21 | <td class="links"> |
