From 70e1fcf595c2bd350672e31803d4b0336366291b Mon Sep 17 00:00:00 2001 From: Dustin Walker Date: Thu, 9 Dec 2021 01:04:21 -0500 Subject: gif banner link, and filling out --- img/landchad.gif | Bin 0 -> 15127 bytes index.html | 9 +++++++-- style.css | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 img/landchad.gif diff --git a/img/landchad.gif b/img/landchad.gif new file mode 100644 index 0000000..302cd26 Binary files /dev/null and b/img/landchad.gif differ diff --git a/index.html b/index.html index a940cb0..8e82a97 100644 --- a/index.html +++ b/index.html @@ -10,16 +10,21 @@
- Heilich Pennsylfaanisch Reich + Heilich Pennsylfaanisch Reich -

This website runs under a self hosted raspberry pi 3, configured under the guidance of landchad.net. Go here to learn more. +

This website runs under a self hosted raspberry pi 3, configured under the guidance of LandChad.net. Go here to learn more. Currently under construction, more content will be added at a later date.

Links

+ +
diff --git a/style.css b/style.css index 0df3f65..76a7f47 100644 --- a/style.css +++ b/style.css @@ -31,3 +31,6 @@ a { color: #6767de; } +footer { + text-align: center; +} -- cgit v1.2.3