diff options
| author | Kumar Damani <me@kumardamani.net> | 2024-08-14 21:12:00 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2024-08-14 21:12:00 +0000 |
| commit | 01daad9389f7368360fb799db48b01ba9439f0ff (patch) | |
| tree | 8f3039c850e21cbad50a3e55f62bf08c550f6704 /public/about.html | |
| parent | cd66828ed8bc688491194db98a1e8fc3499058d4 (diff) | |
bug fixes
Diffstat (limited to 'public/about.html')
| -rw-r--r-- | public/about.html | 8 |
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> |
