HTML Semantic

This commit is contained in:
hucste 2021-10-02 10:24:16 +00:00
parent 88be28f3a1
commit 72f190a16c
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,14 @@
<!-- SECTION>
<article>
<div class="puffies" aria-hidden="true">🐡🐡🐡</div>
<h1>Artworks of the moment</h1>
<a href="static/images/puffer_city_original.jpg"
<figure>
<a href="static/images/puffer_city_original.jpg"
<picture>
<img src="static/images/puffer_city_small.jpg"
alt="A drawing featuring a city viewed from some altitude with many characters looking like OpenBSD mascot."
width="100%" /></a-->
width="100%" />
</picture>
</a>
<figcaption>MASCOT</figcaption>
</figure>
</article>