diff options
-rw-r--r-- | index.html | 12 | ||||
-rw-r--r-- | styles.css | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -8,12 +8,12 @@ <body> <center> <h1>Homepage</h1> - <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> + <!-- <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> @@ -53,8 +53,8 @@ a:active { } div { - padding-top: 20px; + padding-top: 10px; padding-right: 35px; - padding-bottom: 20px; + padding-bottom: 10px; padding-left: 35px; } |