summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-03-31 10:14:46 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-03-31 10:14:46 +0200
commitdd80be90228d4fd11a9db70b668b7d89e8a6eda7 (patch)
tree5a025a7eb44e05e09971a5139e3a0b545f5c90da /src
parent51c05983b4afae7b8178101450c5593fbd3b6041 (diff)
Fix favicon not showing on 404 page
Fixes #17
Diffstat (limited to 'src')
-rw-r--r--src/404.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/404.html b/src/404.html
index a7c0771d..84182341 100644
--- a/src/404.html
+++ b/src/404.html
@@ -5,6 +5,9 @@
<title>404 Error | OpenDC</title>
<link href="styles/404.css" rel="stylesheet" type="text/css">
+
+ <!-- Favicon -->
+ <link href="img/logo.png" rel="icon">
</head>
<body>
<div class="terminal-window">
@@ -23,4 +26,4 @@
<script src="scripts/error404.entry.js"></script>
</body>
-</html> \ No newline at end of file
+</html>