summaryrefslogtreecommitdiff
path: root/code.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 16:12:21 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 16:12:21 +0200
commit4750d701feb3f3603df92638c89a79d9de62fa4d (patch)
tree0d03cd728ef44678107437e3bc0021fcde90a788 /code.html
parent2424950d8b1e4c182a2c68c87c28a7663c5a7509 (diff)
section, footer instead of divs
Diffstat (limited to 'code.html')
-rw-r--r--code.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/code.html b/code.html
index f956001..3ebe1c9 100644
--- a/code.html
+++ b/code.html
@@ -27,12 +27,12 @@
</div>
</div>
</nav>
- <div class='post'>
+ <section>
<iframe src='https://git.pdp8.info/' title='pdp8 git repositories'></iframe>
- </div>
- <div class='license'>
+ </section>
+ <footer>
<a href='mailto:info@pdp8.info'>©pdp8</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
<p>no tracking, cookies, javascript, or server-side scripting. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p>
- </div>
+ </footer>
</body>
</html>