diff options
author | Your Name <you@example.com> | 2025-04-23 20:23:55 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-23 20:23:55 -0600 |
commit | b21d3d0ec752c14cef6fecd54a3163ae380ce7f7 (patch) | |
tree | c7a428822f4c914889a9e59869254d939f27db64 | |
parent | f913d4ef7a3dbcf4e40489685915e8f0ad92ed67 (diff) |
index
-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; } |