From bf8efbce7f202f1f7650f628955fb0e42d343a1f Mon Sep 17 00:00:00 2001 From: Erg Date: Thu, 28 Nov 2024 16:40:51 +0100 Subject: Initial commit. Serving main page and static html files, extra 404 error, contains openrc service file and accompanying script --- static/css/error_404.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/css/error_404.css (limited to 'static/css/error_404.css') diff --git a/static/css/error_404.css b/static/css/error_404.css new file mode 100644 index 0000000..d3c0dd3 --- /dev/null +++ b/static/css/error_404.css @@ -0,0 +1,13 @@ +h1 { + text-align: center; + font-size: xx-large; + color: #FFFFFF; +} + +body { + background-color: #000000; +} + +.centered { + text-align: center; +} -- cgit v1.2.3-65-gdbad