fix(formatting): whitespace

main
steven 2020-12-21 09:33:57 -05:00
parent 62a1ef460c
commit 8b91045e3e
1 changed files with 33 additions and 33 deletions

View File

@ -19,42 +19,42 @@
<div id="luggage">
<h2>Luggage</h2>
<div class="luggage">
<h3>Keepall</h3>
</div>
<div class="luggage">
<h3>Neverfull</h3>
</div>
<div class="luggage">
<h3>Speedy</h3>
</div>
<div class="luggage">
<h3>Keepall</h3>
</div>
<div id="parties">
<h2>Witch&apos;s Tea Parties</h2>
<p>note: authentication required for access.</p>
<div class="party" id="bernkastel">
<a href="https://bernkastel.homo.casa">
<h3>Bernkastel</h3>
<h4>witch of miracles</h4>
</a>
</div>
<div class="party" id="lambdadelta">
<a href="https://lambdadelta.homo.casa">
<h3>Lambdadelta</h3>
<h4>witch of certainty</h4>
</a>
</div>
<div class="luggage">
<h3>Neverfull</h3>
</div>
<div class="luggage">
<h3>Speedy</h3>
</div>
</div>
<footer>
<p id="virgilia">
Real magic is the power to repair, to revive, to call back:<br />
&emsp; happiness that has disappeared<br />
&emsp; love that has gone cold<br />
&emsp; a forgotten smile to a person&apos;s face.
</p>
</footer>
<div id="parties">
<h2>Witch&apos;s Tea Parties</h2>
<p>note: authentication required for access.</p>
<div class="party" id="bernkastel">
<a href="https://bernkastel.homo.casa">
<h3>Bernkastel</h3>
<h4>witch of miracles</h4>
</a>
</div>
<div class="party" id="lambdadelta">
<a href="https://lambdadelta.homo.casa">
<h3>Lambdadelta</h3>
<h4>witch of certainty</h4>
</a>
</div>
</div>
<footer>
<p id="virgilia">
Real magic is the power to repair, to revive, to call back: <br />
&emsp; happiness that has disappeared<br />
&emsp; love that has gone cold<br />
&emsp; a forgotten smile to a person&apos;s face.
</p>
</footer>
</body>
</html>