aboutsummaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authortrainytrain <trainytrain@rape.lol>2021-04-08 00:31:40 -0700
committertrainytrain <trainytrain@rape.lol>2021-04-08 00:31:40 -0700
commit345f2dea2589d4d0c583f67b7b5d1e2863df2f56 (patch)
tree9ae28f5e065f615b37aa8dc058b9f208f64b78a9 /404.html
initial commit
Diffstat (limited to '404.html')
-rwxr-xr-x404.html24
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&#39;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