diff options
| author | Andrew Lee <[email protected]> | 2020-09-03 17:54:58 -0400 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2020-09-03 17:54:58 -0400 |
| commit | d09a302e4c6bfb5e35a3eef2c571226e9752803c (patch) | |
| tree | 319ab99ee9ef8b9d5b7a5bebf82ec1b72363571a /index.html | |
| parent | 74b1a21e58d839f2544d5d3c8b033240a58a8217 (diff) | |
| download | shiftos-archive-website-d09a302e4c6bfb5e35a3eef2c571226e9752803c.tar.gz shiftos-archive-website-d09a302e4c6bfb5e35a3eef2c571226e9752803c.tar.bz2 shiftos-archive-website-d09a302e4c6bfb5e35a3eef2c571226e9752803c.zip | |
Added history/origins
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,15 +4,15 @@ <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"> + <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> + <b><a href="history">History/Origins</a> | <a href="downloads">Downloads</a></b> </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> |
