diff options
Diffstat (limited to '404.html')
| -rwxr-xr-x | 404.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100755 index 0000000..ad97766 --- /dev/null +++ b/404.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <link rel="stylesheet" href="/css/style.css"> + <link rel="stylesheet" href="/css/fonts.css"> + + <title>train's website</title> + <link rel="icon" type="image/png" href="/assets/img/favicon.ico" /> + <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" + integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> + <script src="/js/dark.js" defer=""></script> + +</head> + +<body> + <p> This page does not exist or as they say, it's a 404 error</p> + <p> If you can't find what you're looking for, it's better to sometimes look inside </p> +</body> + +</html>
\ No newline at end of file |
