shiftos-archive-website/index.html

21 lines
937 B
HTML
Raw Normal View History

2020-09-03 11:16:35 -04:00
<!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">
2020-09-03 17:54:58 -04:00
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
2020-09-03 11:16:35 -04:00
<title>ShiftOS: The Archive</title>
</head>
<body>
<div class="center">
2020-09-03 17:59:38 -04:00
<img src="assets/images/ShiftOS 2017 Logo.png" alt="ShiftOS Logo" class="logo">
2020-09-03 11:29:19 -04:00
<h1>ShiftOS: The Archive</h1>
2020-09-03 22:23:24 -04:00
<b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a></b> | <a href="https://www.youtube.com/c/ShiftOS">YouTube Channel</a>
2020-09-03 11:16:35 -04:00
</div>
<footer>
2020-09-03 11:29:19 -04:00
<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>
2020-09-03 11:16:35 -04:00
</footer>
</body>
</html>