aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2020-09-03 11:29:19 -0400
committerAndrew Lee <[email protected]>2020-09-03 11:29:19 -0400
commita4eaec365e94c4eb3ad1dd951e47141af79733ce (patch)
treeca94b5af69911ef409a2fb4c73726f84960035e2 /index.html
parent336efb158abb28640bc79e2f252b5ce3935d933c (diff)
downloadshiftos-archive-website-a4eaec365e94c4eb3ad1dd951e47141af79733ce.tar.gz
shiftos-archive-website-a4eaec365e94c4eb3ad1dd951e47141af79733ce.tar.bz2
shiftos-archive-website-a4eaec365e94c4eb3ad1dd951e47141af79733ce.zip
Added favicon
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.html b/index.html
index 69c6d55..60b001d 100644
--- a/index.html
+++ b/index.html
@@ -4,16 +4,18 @@
<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>Welcome to this website!</h1>
+ <h1>ShiftOS: The Archive</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>
+ <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> \ No newline at end of file