aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:36:35 -0500
committerAndrew Lee <[email protected]>2024-12-31 22:36:35 -0500
commitb5b4144f47a10d07aae997b233a074b5cae831dc (patch)
tree1bb8bcf7c71762af055959881cce929dde5f051f /src/pages/index.astro
parentb9334f83af64f39a0cb02b7941368f913c428ad3 (diff)
downloadshiftos-archive-website-b5b4144f47a10d07aae997b233a074b5cae831dc.tar.gz
shiftos-archive-website-b5b4144f47a10d07aae997b233a074b5cae831dc.tar.bz2
shiftos-archive-website-b5b4144f47a10d07aae997b233a074b5cae831dc.zip
Fixed issue
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index f58ec48..e4ac5ef 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -4,7 +4,7 @@ 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">
+ <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>