From 3163902fdf60ffb8a27f5d96594cde7712535f0c Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 3 Jul 2020 05:48:59 -0400 Subject: Add placeholder homepage --- www/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/style.css (limited to 'www/style.css') diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..2354e77 --- /dev/null +++ b/www/style.css @@ -0,0 +1,16 @@ +body +{ + text-align: center; + color: #ccc; + background-color: #000; +} + +a +{ + color: #777; +} + +a:hover +{ + color: #999; +} -- cgit v1.2.3