aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2020-09-03 11:16:35 -0400
committerAndrew Lee <[email protected]>2020-09-03 11:16:35 -0400
commit2743da9b7215636d584a839cf33ce28e9da0c849 (patch)
tree709f2038cbf62b1c30c111225fc990f77085064e /index.html
downloadshiftos-archive-website-2743da9b7215636d584a839cf33ce28e9da0c849.tar.gz
shiftos-archive-website-2743da9b7215636d584a839cf33ce28e9da0c849.tar.bz2
shiftos-archive-website-2743da9b7215636d584a839cf33ce28e9da0c849.zip
Inital commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..69c6d55
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!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">
+ <title>ShiftOS: The Archive</title>
+</head>
+<body>
+ <div class="center">
+ <img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo">
+ <h1>Welcome to this website!</h1>
+ <a href="history">History/Origins</a> | <a href="downloads">Downloads</a>
+ </div>
+ <footer>
+ <p><b>&copy; Copyright 2013-2020 ShiftOS. Game originally made by Philip Adams.<br/>Website made by Andrew Lee.</b></p>
+ </footer>
+</body>
+</html> \ No newline at end of file