diff options
| -rw-r--r-- | index.html | 15 | 
1 files changed, 7 insertions, 8 deletions
@@ -6,14 +6,13 @@    <body>      <h1>Homepage</h1> -    <table> -      <tr> -        <td><a href="https://skylarcloud.xyz">Homepage</a></td> -        <td><a href="https://skylarcloud.xyz/feed.html">My Feed</a></td> -        <td><a href="https://searx.skylarcloud.xyz">SearXNG</a></td> -        <td><a href="https://git.skylarcloud.xyz">Git Repos</a></td> -      </tr> -    </table> +    <p> +      <a href="https://skylarcloud.xyz">Homepage</a> | +      <a href="https://skylarcloud.xyz/feed.html">My Feed</a> | +      <a href="https://searx.skylarcloud.xyz">SearXNG</a> | +      <a href="https://git.skylarcloud.xyz">Git Repos</a> +    </p> +  </center>  <div>  |