From dbf1560a3658d0cbb0568c4a8a614e091472cc9b Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 26 Dec 2020 11:23:04 -0500 Subject: [PATCH] errors --- errors/403.html | 12 ++++++++++++ errors/404.html | 12 ++++++++++++ errors/styles.css | 14 ++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 errors/403.html create mode 100644 errors/404.html create mode 100644 errors/styles.css 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 @@ + + + + 403 + + + +

403

+

what

+

home

+ + \ 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 @@ + + + + 404 + + + +

404

+

how

+

home

+ + \ 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