diff options
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..f58ec48 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,14 @@ +--- +import Layout from '../layouts/Layout.astro'; +--- + +<Layout title="ShiftOS: The Archive" description="ShiftOS was a game developed by Philip Adams and other developers. The goal for the game was to go from a terminal to a graphical user interface."> + <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> | <a href="https://git.alee14.me/shiftos-archive">Source Code</a> </b> + </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> + </footer> +</Layout> |
