Nav buttons on subpages

This commit is contained in:
bingus_violet 2024-05-20 11:43:00 -05:00
parent 97f7234f92
commit c54cc103eb
3 changed files with 9 additions and 1 deletions

View file

@ -21,6 +21,9 @@
<body>
{WEATHER_MODIFIER}
<a href="../" class="chip">Home</a>
<a href="../socials" class="chip">Socials</a>
<a href="../stats" class="chip">Stats</a>
<h1>FAQ (and more!)</h1>
<div class="mainDiv">
<h2><br>1. Questions & Answers<hr></h2>

View file

@ -22,6 +22,9 @@
<body>
{WEATHER_MODIFIER}
<a href="../" class="chip">Home</a>
<a href="../faq" class="chip">FAQ</a>
<a href="../stats" class="chip">Stats</a>
<h1>Socials</h1>
<div class="mainDiv">
<hr>

View file

@ -21,7 +21,9 @@
<body>
{WEATHER_MODIFIER}
<a href="../" class="chip">Home</a>
<a href="../socials" class="chip">Socials</a>
<a href="../faq" class="chip">FAQ</a>
<h1>Stats</h1>
<p>This is the <em>full</em> stats page! This page exists for testing the speed of site generation, and contains every keyword on Violet's Purgatory in a hidden div.</p>