aboutsummaryrefslogtreecommitdiff
path: root/public/about.html
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-08-14 21:12:00 +0000
committerKumar Damani <me@kumardamani.net>2024-08-14 21:12:00 +0000
commit01daad9389f7368360fb799db48b01ba9439f0ff (patch)
tree8f3039c850e21cbad50a3e55f62bf08c550f6704 /public/about.html
parentcd66828ed8bc688491194db98a1e8fc3499058d4 (diff)
bug fixes
Diffstat (limited to 'public/about.html')
-rw-r--r--public/about.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/about.html b/public/about.html
index 138d1e9..3aa12ae 100644
--- a/public/about.html
+++ b/public/about.html
@@ -34,8 +34,12 @@
</div>
</div>
<footer>
- <a href="index.html">Home</a><br>
- <a href="https://kumardamani.net" target="_blank">Author</a>
+ <div>
+ <a href="index.html">Home</a><br>
+ </div>
+ <div>
+ <a href="https://kumardamani.net" target="_blank">Author</a>
+ </div>
</footer>
</center>
</body>