diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-10-09 20:59:16 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-10-09 20:59:16 +0200 |
commit | 2c00420afb8b4cb106eee0c10d1a53877b37df3a (patch) | |
tree | 839c43c64cd9c60d09f8db59a38f5469db055b8a /404.html | |
parent | 8fff2313e0fada716ef0bfa7c69c784b552e9c0a (diff) | |
download | arfnet2-web-2c00420afb8b4cb106eee0c10d1a53877b37df3a.tar.gz arfnet2-web-2c00420afb8b4cb106eee0c10d1a53877b37df3a.zip |
CRLF to LF ffs
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> |