diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-03-31 10:14:46 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-03-31 10:14:46 +0200 |
| commit | dd80be90228d4fd11a9db70b668b7d89e8a6eda7 (patch) | |
| tree | 5a025a7eb44e05e09971a5139e3a0b545f5c90da /src | |
| parent | 51c05983b4afae7b8178101450c5593fbd3b6041 (diff) | |
Fix favicon not showing on 404 page
Fixes #17
Diffstat (limited to 'src')
| -rw-r--r-- | src/404.html | 5 |
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> |
