aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
blob: c544a556f8f63be9e9981d1c68e56b9eaa3c4c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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></b>
    </div>
    <footer>
        <p><b>&copy; 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>