mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 11:41:46 -05:00
21 lines
No EOL
853 B
HTML
21 lines
No EOL
853 B
HTML
<!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">
|
|
<h1>ShiftOS: The Archive</h1>
|
|
<a href="history">History/Origins</a> | <a href="downloads">Downloads</a>
|
|
</div>
|
|
<footer>
|
|
<p><b>© 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> |