Home button on the bottom of every page now !!!

This commit is contained in:
Violet 2024-02-02 15:33:36 +00:00 committed by GitHub
parent e6e8228a80
commit 1d16b944cc
6 changed files with 9 additions and 14 deletions

View file

@ -16,11 +16,7 @@
</head>
<body>
<!-- Yet again I would like to apologize for the absolutely atrocious code !! -->
<a class="chip" href="../">Home</a>
<h1>Pronouns</h1>
<div class="fadediv row container-fluid">
<div class="col-sm-12">
@ -64,6 +60,7 @@
</div>
<hr>
<p>If there's any more confusion, or a section you'd want me to add, please put an issue on codeberg :D</p>
<a class="chip" href="../">Home</a>
</body>
</html>