Fix HTML indentation

This commit is contained in:
2022-07-15 15:04:24 -06:00
parent 00d582d0c7
commit d1057534ec
4 changed files with 303 additions and 316 deletions

View File

@@ -12,7 +12,8 @@
<link rel="icon" href="/favicon.svg">
<style>
{% include 'style.css' %}
{% include 'style.css' %}
</style>
<script defer src="/theme/instant-page.js"></script>
@@ -33,7 +34,7 @@
<span class="wname">Webring:</span> <a href="https://jason.schwarzenberger.co.nz/" class="wprev">&lt; Previous</a> | <a href="https://webring.t0.vc" class="windex">Index</a> | <a href="https://udia.ca" class="wnext">Next &gt;</a>
</p>
<p class="footer">
© 20122021 Tanner Collin
© 20122022 Tanner Collin
</p>
</body>
</html>