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