diff options
| -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> |
