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

@ -15,15 +15,13 @@
<title>Extras - Violet's Purgatory</title>
</head>
<body>
<a class="chip" href="../">Home</a>
<h1><hr>Extras</h1>
<h1>Extras</h1>
<p>Just some fun things that really don't have use on the main page but exist anyway!</p>
<div class="fadediv container-fluid ">
<p class="chip"><a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a></p>
<p class="chip"><a href="../pronouns">Pronouns (here bc it's hard to find on main page)</a></p>
</div>
<a class="chip" href="../">Home</a>
</body>
</html>