summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-23 20:13:46 -0600
committerYour Name <you@example.com>2025-04-23 20:13:46 -0600
commit0b348d6426a8574ba01db5ae5b5cf3762b86e4f2 (patch)
tree7a1d7ac3eec75d75c21a2077a7210ccbde746537
parent0b43efe03958e08c57426df3b28e7fe00b1f3c32 (diff)
replaced link table with paragraph
-rw-r--r--index.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/index.html b/index.html
index 0a885e9..3b03101 100644
--- a/index.html
+++ b/index.html
@@ -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>