diff options
Diffstat (limited to '404.html')
-rwxr-xr-x | 404.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100755 index 0000000..b5140bd --- /dev/null +++ b/404.html @@ -0,0 +1,26 @@ +<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="stylesheet" type="text/css" href="/about.css">
+ <title>ARFNET</title>
+ </head>
+
+ <body>
+ <header>
+ <img src="/arfnet_logo.png" width="64">
+ <span class="title"><strong>ARFNET</strong></span>
+ </header>
+ <hr>
+ <a class="home" href="/">Home</a><br>
+ <center>
+ <h1>404 Not Found xd</h1>
+ </center>
+ <hr>
+ <center>
+ sorry mate<br>
+ <img width="300px" src="/furry.jpg">
+ </center>
+ </body>
+</html>
\ No newline at end of file |