diff options
author | Your Name <you@example.com> | 2025-04-23 20:13:46 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-23 20:13:46 -0600 |
commit | 0b348d6426a8574ba01db5ae5b5cf3762b86e4f2 (patch) | |
tree | 7a1d7ac3eec75d75c21a2077a7210ccbde746537 /index.html | |
parent | 0b43efe03958e08c57426df3b28e7fe00b1f3c32 (diff) |
replaced link table with paragraph
Diffstat (limited to 'index.html')
-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> |