From c39c29d218451f0d1ca3e37c001eab39e6f1eede Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 2 Jan 2025 11:08:59 -0500 Subject: Optimized image; Added deprecation note on history; Fixed styling --- src/pages/index.astro | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index 1aafb88..fbdd1c2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,17 +1,21 @@ --- +import { Image } from 'astro:assets'; +import logo from "../assets/logo.png"; import Layout from '../layouts/Layout.astro'; ---
- +

ShiftOS: The Archive

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.

- History/Origins | Downloads | YouTube Channel +
-- cgit v1.2.3