Fix two html errors

- nested p tags
- width=100% on the img tag
This commit is contained in:
Solene Rapenne 2021-10-03 12:30:18 +02:00
parent c8f249a86a
commit 7e1bf65c98
1 changed files with 4 additions and 5 deletions

View File

@ -4,9 +4,8 @@
<p>
<a href="images/puffy_city_original.jpg">
<img src="images/puffy_city_small.jpg"
alt="A drawing featuring a city viewed from some altitude with many characters looking like the OpenBSD mascot."
width="100%" /></a>
<p>
Artwork originally found <a class="permalink" href="https://www.openbsd.org/artwork.html">here</a>.
</p>
alt="A drawing featuring a city viewed from some altitude with many characters looking like the OpenBSD mascot." />
</a>
<br />
Artwork originally found <a class="permalink" href="https://www.openbsd.org/artwork.html">here</a>.
</p>