fix(formatting): whitespace
parent
62a1ef460c
commit
8b91045e3e
|
|
@ -19,42 +19,42 @@
|
||||||
|
|
||||||
<div id="luggage">
|
<div id="luggage">
|
||||||
<h2>Luggage</h2>
|
<h2>Luggage</h2>
|
||||||
<div class="luggage">
|
<div class="luggage">
|
||||||
<h3>Keepall</h3>
|
<h3>Keepall</h3>
|
||||||
</div>
|
|
||||||
<div class="luggage">
|
|
||||||
<h3>Neverfull</h3>
|
|
||||||
</div>
|
|
||||||
<div class="luggage">
|
|
||||||
<h3>Speedy</h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="luggage">
|
||||||
<div id="parties">
|
<h3>Neverfull</h3>
|
||||||
<h2>Witch'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>
|
</div>
|
||||||
|
<div class="luggage">
|
||||||
|
<h3>Speedy</h3>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer>
|
<div id="parties">
|
||||||
<p id="virgilia">
|
<h2>Witch's Tea Parties</h2>
|
||||||
Real magic is the power to repair, to revive, to call back:<br />
|
<p>note: authentication required for access.</p>
|
||||||
  happiness that has disappeared<br />
|
<div class="party" id="bernkastel">
|
||||||
  love that has gone cold<br />
|
<a href="https://bernkastel.homo.casa">
|
||||||
  a forgotten smile to a person's face.
|
<h3>Bernkastel</h3>
|
||||||
</p>
|
<h4>witch of miracles</h4>
|
||||||
</footer>
|
</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 />
|
||||||
|
  happiness that has disappeared<br />
|
||||||
|
  love that has gone cold<br />
|
||||||
|
  a forgotten smile to a person's face.
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue