diff --git a/errors/403.html b/errors/403.html new file mode 100644 index 0000000..5b0c6d3 --- /dev/null +++ b/errors/403.html @@ -0,0 +1,12 @@ + + +
+what
+ + + \ No newline at end of file diff --git a/errors/404.html b/errors/404.html new file mode 100644 index 0000000..03ca24b --- /dev/null +++ b/errors/404.html @@ -0,0 +1,12 @@ + + + +how
+ + + \ No newline at end of file diff --git a/errors/styles.css b/errors/styles.css new file mode 100644 index 0000000..5b53131 --- /dev/null +++ b/errors/styles.css @@ -0,0 +1,14 @@ +:root { + font-family: "Open Sans"; + background-color: #0f1011; + color: white; + width: 50vw; + margin: auto; + text-align: center; +} +a { + color: #bb99ff; + text-decoration: none; + text-shadow: 0 0 15px; +} +/* TODO: make it not bad */ \ No newline at end of file