From 91723dca0ee9bf68b0147dcf233274cd93f911c8 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Thu, 10 Mar 2022 21:07:10 -0500 Subject: Render something on errors --- assets/error.html | 5 +++++ assets/post.html | 8 ++++---- assets/static/css/default.css | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 assets/error.html (limited to 'assets') diff --git a/assets/error.html b/assets/error.html new file mode 100644 index 0000000..789988a --- /dev/null +++ b/assets/error.html @@ -0,0 +1,5 @@ + +
+

%s

+
+ diff --git a/assets/post.html b/assets/post.html index 8b105aa..a199fd6 100644 --- a/assets/post.html +++ b/assets/post.html @@ -1,13 +1,13 @@ - +

%s

-%s +%s
%s -
+

- + diff --git a/assets/static/css/default.css b/assets/static/css/default.css index 3db6da0..c6dcf9a 100644 --- a/assets/static/css/default.css +++ b/assets/static/css/default.css @@ -102,7 +102,7 @@ body { opacity: 0.5; padding: 1px; font-size: 40pt; - height: 0.9em; + /* height: 0.9em; */ text-shadow: 0.0em 0.0em 0.2em rgb(230,230,255); } -- cgit v1.2.3