diff options
| author | Andrew Lee <[email protected]> | 2024-12-31 22:53:03 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2024-12-31 23:07:31 -0500 |
| commit | e179d5bdd30ec7d39771c9a54689f32d28b49f42 (patch) | |
| tree | 1d5a25a6f7e89adc62351cbd1d78f544cd8479f5 /src/pages/index.astro | |
| parent | 642c484022719a6428ce03d92a48aa0e59b049e5 (diff) | |
| download | shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.gz shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.tar.bz2 shiftos-archive-website-e179d5bdd30ec7d39771c9a54689f32d28b49f42.zip | |
Now it should link to the proper repo, links clickable, fixed metadata
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index e4ac5ef..c544a55 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ import Layout from '../layouts/Layout.astro'; <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> + <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>© 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> |
