diff options
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 70 |
1 files changed, 33 insertions, 37 deletions
diff --git a/header.html b/header.html index 3b4b93d..78e5c78 100644 --- a/header.html +++ b/header.html @@ -9,41 +9,37 @@ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝</pre> </div> <div id="navigation"> - <table> - <tr> - <td> - <a href="http://tilde.institute">News</a> - </td> - <td> - <a href="/faq">FAQ</a> - </td> - <td> - <a href="/signup">Sign Up</a> - </td> - <td> - <a href="https://wiki.tilde.institute">Wiki</a> - </td> - <td> - <a href="https://git.tilde.institute/">Git</a> - </td> - <td> - <a href="https://twtxt.tilde.institute">twtxt</a> - </td> - <td> - <a href="https://crawl.tildeverse.org">crawl/dcss</a> - </td> - <td> - <a rel="me" href="https://tilde.zone/@tildeinstitute">Fediverse</a> - </td> - <td> - <a href="/stats">Stats</a> - </td> - <td> - <a href="/coc">CoC</a> - </td> - <td> - <a href="tilde.json"><code>tilde.json</code></a> - </td> - </tr> - </table> + <div> + <a href="https://tilde.institute">News</a> + </div> + <div> + <a href="/faq">FAQ</a> + </div> + <div> + <a href="/signup">Sign Up</a> + </div> + <div> + <a href="https://wiki.tilde.institute">Wiki</a> + </div> + <div> + <a href="https://git.tilde.institute/">Git</a> + </div> + <div> + <a href="https://twtxt.tilde.institute">twtxt</a> + </div> + <div> + <a href="https://crawl.tildeverse.org">crawl/dcss</a> + </div> + <div> + <a rel="me" href="https://tilde.zone/@tildeinstitute">Fediverse</a> + </div> + <div> + <a href="/stats">Stats</a> + </div> + <div> + <a href="/coc">CoC</a> + </div> + <div> + <a href="tilde.json"><code>tilde.json</code></a> + </div> </div> |