From 1cae5b7af9f694a10b8bc58b5e80dcf5b214359a Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Mon, 6 Apr 2020 00:45:35 +0200 Subject: [PATCH] add footer with project link and version --- index.css | 9 +++++++++ index.html | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/index.css b/index.css index a1c2e13..fb3cda8 100644 --- a/index.css +++ b/index.css @@ -217,3 +217,12 @@ header > div { padding: 10px 0; display: none; } + +#footer { + font-size: 0.8em; + text-align: right; +} + +#footer a { + text-decoration: none; +} diff --git a/index.html b/index.html index 21f91d5..2c973ba 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,12 @@ Image of unknown purpose. + + + -- 2.30.2