From 20e62ea01b7eee9c9a344ec849ef1a11fde023d5 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 18 Dec 2023 10:45:45 +0100 Subject: [PATCH] Added countdown and error-pages --- static/internal/countdown/index.html | 90 +++++++++++++++ static/internal/error/400.html | 166 +++++++++++++++++++++++++++ static/internal/error/500.html | 161 ++++++++++++++++++++++++++ 3 files changed, 417 insertions(+) create mode 100644 static/internal/countdown/index.html create mode 100644 static/internal/error/400.html create mode 100644 static/internal/error/500.html diff --git a/static/internal/countdown/index.html b/static/internal/countdown/index.html new file mode 100644 index 0000000..6f004fb --- /dev/null +++ b/static/internal/countdown/index.html @@ -0,0 +1,90 @@ + + + + + + + Countdown Timer + + + +
000:00:00:00
+ + + + + diff --git a/static/internal/error/400.html b/static/internal/error/400.html new file mode 100644 index 0000000..2e6ac22 --- /dev/null +++ b/static/internal/error/400.html @@ -0,0 +1,166 @@ + + + + Error {{placeholder "http.error.status_code"}} + + + + +
+

{{placeholder "http.error.status_code"}}

+

{{placeholder "http.error.status_text"}}

+

+ Looks like you got lost in space. Try searching again at planet earth. +

+ Fly back home +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/static/internal/error/500.html b/static/internal/error/500.html new file mode 100644 index 0000000..06fcaf3 --- /dev/null +++ b/static/internal/error/500.html @@ -0,0 +1,161 @@ + + + + Error {{placeholder "http.err.status_code"}} + + + + +
+

{{placeholder "http.err.status_code"}}

+

{{placeholder "http.err.status_text"}}

+

+ Looks like the website is down at the moment. Please try again later.
If + the error persists, contact me at + me@stelian.net. +

+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ +