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