aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: bec01eb6de5b416e73b3114f5b7697550fc2f303 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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></b>
    </div>
    <footer>
        <p><b>&copy; Copyright 2013-2020 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>