summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/foot.php2
-rw-r--r--includes/style.css4
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;
+}