diff options
| author | Andrew Lee <[email protected]> | 2025-01-01 01:14:16 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-01-01 01:15:01 -0500 |
| commit | 7c27bf194e8854dcb55f95c48567779a0e8751f3 (patch) | |
| tree | 91a066b66f387dc4e19b77232cb96d11adbd873f | |
| parent | 8dbfe2f9ce256bf40307838ca4e410a521f6f138 (diff) | |
| download | shiftos-archive-website-7c27bf194e8854dcb55f95c48567779a0e8751f3.tar.gz shiftos-archive-website-7c27bf194e8854dcb55f95c48567779a0e8751f3.tar.bz2 shiftos-archive-website-7c27bf194e8854dcb55f95c48567779a0e8751f3.zip | |
Added description to homepage
| -rw-r--r-- | src/pages/index.astro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index d6ba48b..1aafb88 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,8 +5,11 @@ import Layout from '../layouts/Layout.astro'; <Layout title="ShiftOS: The Archive" description="ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features."> <div class="center"> <img src="/assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo"> - <h1>ShiftOS: The Archive</h1> - <b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a></b> + <div class="container"> + <h1>ShiftOS: The Archive</h1> + <p>ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.</p> + <b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a></b> + </div> </div> <footer> <p><b>© Copyright 2013-2025 ShiftOS. Game originally made by Philip Adams.<br/>Website made by Andrew Lee. <a href="https://github.com/Alee14/shiftos-website">Website source code.</a></b></p> |
