Nav buttons on subpages
This commit is contained in:
parent
97f7234f92
commit
c54cc103eb
3 changed files with 9 additions and 1 deletions
|
@ -21,6 +21,9 @@
|
||||||
<body>
|
<body>
|
||||||
{WEATHER_MODIFIER}
|
{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>
|
<h1>FAQ (and more!)</h1>
|
||||||
<div class="mainDiv">
|
<div class="mainDiv">
|
||||||
<h2><br>1. Questions & Answers<hr></h2>
|
<h2><br>1. Questions & Answers<hr></h2>
|
||||||
|
|
|
@ -22,6 +22,9 @@
|
||||||
<body>
|
<body>
|
||||||
{WEATHER_MODIFIER}
|
{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>
|
<h1>Socials</h1>
|
||||||
<div class="mainDiv">
|
<div class="mainDiv">
|
||||||
<hr>
|
<hr>
|
||||||
|
|
|
@ -21,7 +21,9 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{WEATHER_MODIFIER}
|
{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>
|
<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>
|
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue