aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--downloads.html2
-rw-r--r--favicon.icobin0 -> 1150 bytes
-rw-r--r--history.html2
-rw-r--r--index.html6
4 files changed, 8 insertions, 2 deletions
diff --git a/downloads.html b/downloads.html
index 58154f7..f7522c2 100644
--- a/downloads.html
+++ b/downloads.html
@@ -4,6 +4,8 @@
<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: Downloads</title>
</head>
<body>
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..8b37e9c
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/history.html b/history.html
index a283e7e..f9e126b 100644
--- a/history.html
+++ b/history.html
@@ -4,6 +4,8 @@
<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: History/Origins</title>
</head>
<body>
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