From 2f16d015802bd47d97bcd6f7cd86c4e967fa61ff Mon Sep 17 00:00:00 2001 From: jabuxas Date: Wed, 18 Sep 2024 10:48:52 -0300 Subject: [PATCH] feat: add copyright and meta tags --- dev/index.html | 3 +++ dev/style.css | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/dev/index.html b/dev/index.html index fcf6769..6fb0013 100644 --- a/dev/index.html +++ b/dev/index.html @@ -4,6 +4,7 @@ + jabuxas' hub @@ -40,6 +41,8 @@ + + diff --git a/dev/style.css b/dev/style.css index 7751502..10852b1 100644 --- a/dev/style.css +++ b/dev/style.css @@ -71,3 +71,10 @@ img { content: "\f429"; font-size: 2.2em; } + +footer { + position: absolute; + bottom: 1rem; + font-size: 0.8rem; + color: #777; +}