diff options
author | 53hornet <atc@53hor.net> | 2021-12-22 19:02:39 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-22 19:02:39 -0500 |
commit | 9409834cbad547e94f153eca28c53fee4b57af2a (patch) | |
tree | 75bae605de53ccb2b036b91e3aa8a123c88e998d /includes | |
parent | e943adab89d1c42cc1142bf39e0d3d5e8add77f1 (diff) | |
download | 53hor-9409834cbad547e94f153eca28c53fee4b57af2a.tar.xz 53hor-9409834cbad547e94f153eca28c53fee4b57af2a.zip |
feat: basic donation page
Diffstat (limited to 'includes')
-rw-r--r-- | includes/foot.php | 2 | ||||
-rw-r--r-- | includes/style.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/includes/foot.php b/includes/foot.php index c128cc1..750a22a 100644 --- a/includes/foot.php +++ b/includes/foot.php @@ -2,7 +2,7 @@ <hr /> <footer> - + If you like my work then <a href="/donate">you may donate here</a>. </footer> </body> diff --git a/includes/style.css b/includes/style.css index 6d66496..3213b99 100644 --- a/includes/style.css +++ b/includes/style.css @@ -194,3 +194,7 @@ th { .form .description { display: none; } + +footer { + text-align: center; +} |