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 --- templates/error_404/error_404.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/error_404/error_404.css (limited to 'templates/error_404/error_404.css') diff --git a/templates/error_404/error_404.css b/templates/error_404/error_404.css new file mode 100644 index 0000000..d3c0dd3 --- /dev/null +++ b/templates/error_404/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