diff options
Diffstat (limited to '404.html')
-rwxr-xr-x | 404.html | 48 |
1 files changed, 24 insertions, 24 deletions
@@ -1,24 +1,24 @@ -<!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 class="header"><a href="/">
- <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
- </a></header>
- <hr>
- <center>
- <h1>404 Not Found xd</h1>
- </center>
- <hr>
- <center>
- sorry mate<br>
- <img width="300px" src="/furry.jpg">
- </center>
- </body>
-</html>
+<!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 class="header"><a href="/"> + <img src="/arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <center> + <h1>404 Not Found xd</h1> + </center> + <hr> + <center> + sorry mate<br> + <img width="300px" src="/furry.jpg"> + </center> + </body> +</html> |