diff options
author | pdp8 <pdp8@pdp8.info> | 2024-07-29 16:12:21 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-07-29 16:12:21 +0200 |
commit | 4750d701feb3f3603df92638c89a79d9de62fa4d (patch) | |
tree | 0d03cd728ef44678107437e3bc0021fcde90a788 /pictures.html | |
parent | 2424950d8b1e4c182a2c68c87c28a7663c5a7509 (diff) |
section, footer instead of divs
Diffstat (limited to 'pictures.html')
-rw-r--r-- | pictures.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pictures.html b/pictures.html index 8edb60f..005598d 100644 --- a/pictures.html +++ b/pictures.html @@ -27,15 +27,15 @@ </div> </div> </nav> - <div class='post' id='private_property'> + <section id='private_property'> <h1><a href='/pictures/private_property/20240615_164458.html'>private property</a></h1> <div class='gallery'> <a href='/pictures/private_property/20240615_164458.html'><img class='thumb' loading='lazy' width='150' height='100' alt='blue garage door ' src='https://media.pdp8.info/pictures/thumb/20240615_164458.webp'></a><a href='/pictures/private_property/20231128_144218.html'><img class='thumb' loading='lazy' width='150' height='100' alt='closeup of a green wooden door ' src='https://media.pdp8.info/pictures/thumb/20231128_144218.webp'></a><a href='/pictures/private_property/20180613_180507.html'><img class='thumb' loading='lazy' width='150' height='100' alt='blue front door ' src='https://media.pdp8.info/pictures/thumb/20180613_180507.webp'></a><a href='/pictures/private_property/20240615_164449.html'><img class='thumb' loading='lazy' width='150' height='100' alt='torqoise garage door ' src='https://media.pdp8.info/pictures/thumb/20240615_164449.webp'></a> </div> - </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> |