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/index.html | 15 +++++++++++++++ www/style.css | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 www/index.html create mode 100644 www/style.css diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..700590c --- /dev/null +++ b/www/index.html @@ -0,0 +1,15 @@ + + + + + malfurious web + + + + + + repent +

/* TODO: finish website */

+

Click through to git repositories

+ + 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