aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 22:11:04 -0500
committerAndrew Lee <[email protected]>2024-12-31 22:11:04 -0500
commit6736b26552b2fdc566fd5e154cd07f3ce909fddc (patch)
tree4964fcec3ddc1d439d3ace24e935dbb64e5ed313 /index.html
parent944b6dbb2d43a93f905788a05fcde5600270184d (diff)
downloadshiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.gz
shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.tar.bz2
shiftos-archive-website-6736b26552b2fdc566fd5e154cd07f3ce909fddc.zip
Website now uses astro rather than plain html; Added a few more releases
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 0026c2b..0000000
--- a/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="style.css">
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
- <link rel="icon" href="favicon.ico" type="image/x-icon">
- <title>ShiftOS: The Archive</title>
-</head>
-<body>
- <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>&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>
-</body>
-</html>