diff options
| -rw-r--r-- | index.html | 18 | ||||
| -rw-r--r-- | styles.css | 2 | 
2 files changed, 11 insertions, 9 deletions
| @@ -5,14 +5,16 @@  <body>    <h1>Landing Pad</h1> -  <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> -    </tr> -  </table> +  <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> +      </tr> +    </table> +  </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> @@ -30,7 +30,7 @@ p {  table, th, td {    border: 2px solid;    border-collapse: collapse; -  font-size: 20; +  font-size: 20px;    margin: 10px;    padding: 10px;  } |