From 8a0e0f3bc3833c3f13b2e87ff533ce3bbff88f01 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Sat, 27 Aug 2022 12:46:13 +0900 Subject: [PATCH] PUBLISH: 404 --- docs/404.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ docs/style.css | 22 ++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 docs/404.html diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 0000000..b0f1dca --- /dev/null +++ b/docs/404.html @@ -0,0 +1,47 @@ + + + 404 Page not found + + + + + + + + + + + + + + + + + + + +
+

CaAlden: Films

+
+
+
+
+

4📀4

+
+

The page you were looking for could not be found

+
+ +
+ + diff --git a/docs/style.css b/docs/style.css index eb8b5a2..e80308e 100644 --- a/docs/style.css +++ b/docs/style.css @@ -226,3 +226,25 @@ a:hover { margin-top: 30px; margin-bottom: 10px; } + +.http-status { + font-size: calc(10ch + 10vw); + font-family: var(--numbers-font-family); + letter-spacing: 5px; +} + +.http-page { + display: flex; + flex-direction: column; + align-items: center; + gap: 20px; + padding: 0 20px; +} + +.http-page p { + text-align: center; +} + +.http-header { + margin-top: 10vh; +}