aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042024-09-05 20:15:35 -0400
committerkj-sh6042024-09-05 20:15:35 -0400
commitae127841eb9e45878331200fb3868bc7a65ef68d (patch)
treecbd7b7935c55f800e8d88f5098abd40902c4507b
parent829e3c35af51ecb62962e96e3bc8a95e4b91af80 (diff)
fix: footer centering
-rw-r--r--includes/nav-footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/nav-footer.php b/includes/nav-footer.php
index 370eeae..bac084a 100644
--- a/includes/nav-footer.php
+++ b/includes/nav-footer.php
@@ -1,7 +1,7 @@
-<hr/>
+<hr />
<a href="../index.php">home</a> &nbsp;
<a href="../info.php">info</a> &nbsp;
-<a href="../licenses.php">licenses</a> &nbsp;
+<a href="../licenses.php">licenses</a>
<br>
<p>all site content is in the public domain</p>
<p><small>my other stuff: <a href="https://aedrielkylejavier.me/" target="_blank">website link →</a></small></p>