diff options
author | Your Name <you@example.com> | 2025-04-23 19:52:13 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-23 19:52:13 -0600 |
commit | c589a3b9a8855775a6756c5b6a4eb0a163c7e38c (patch) | |
tree | 277fcec00c11beda322f413244e2e087b3a91ba7 | |
parent | b49c42200ced67e200a06bb7e5c26e46cb417460 (diff) |
index
-rw-r--r-- | index.html | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,19 +2,19 @@ <link rel="stylesheet" href="styles.css"> </head> -<body> - <h1>Landing Pad</h1> +<center> + <body> + <h1>Homepage</h1> - <center> <table> <tr> - <td><a href="https://skylarcloud.xyz">Landing Pad</a></td> - <td><a href="https://skylarcloud.xyz/feed.html">Communications Feed</a></td> - <td><a href="https://searx.skylarcloud.xyz">Observation deck </a></td> - <td><a href="https://git.skylarcloud.xyz">Git Repositories</a></td> + <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> - </center> +</center> <p>Welcome to my spaceship. I host a few personal services here, publish a feed of notes and posts, and I'll hopefully be hosting many public services as time goes on. I want to participate in an intergalactic community--from the Salt Lake City area and out--slinging text files across the stars, organizing, and sharing our art/projects/speech through Free software.</p> |