This commit is contained in:
parent
256feb9c45
commit
49a5a20de1
3 changed files with 6 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
<li><a href="/slimequest/">Start Over</a></li>
|
<li><a href="/slimequest/">Start Over</a></li>
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/">Go Back</a></li>
|
<li><a href="/slimequest/">Go Back</a></li>
|
||||||
|
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
<p>You awaken alone in a field. Beneath you the ground is scorched. The grass around you is tall and wild. The wind is soft and warm.
|
<p>You awaken alone in a field. Beneath you the ground is scorched. The grass around you is tall and wild. The wind is soft and warm.
|
||||||
You were once a Grand Slime, the queen bee of a hive of slimes. Now you’re barely a fraction of your old self.</p>
|
You were once a Grand Slime, the queen bee of a hive of slimes. Now you’re barely a fraction of your old self.</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="post">
|
||||||
|
<p><a href="https://git.hatspace.net/nycki/slime-quest-web">wow, I gotta get this code</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,7 +26,7 @@ You were once a Grand Slime, the queen bee of a hive of slimes. Now you’re bar
|
||||||
<li><a href="/slimequest/">Start Over</a></li>
|
<li><a href="/slimequest/">Start Over</a></li>
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/page-1/">Go Back</a></li>
|
<li><a href="/slimequest/page-1/">Go Back</a></li>
|
||||||
|
|
||||||
<li><a href="/">Home</a></li>
|
<li><a href="/">Home</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -12,7 +12,7 @@ main {
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
background: #F0E0D6;
|
background: #F0E0D6;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0 auto;
|
margin: 1rem auto;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue