repaired the invalid html caused by the valid html banners

This commit is contained in:
Zdenek Borovec 2024-01-19 04:37:01 +01:00
parent 49bef9a260
commit 480089edbc

View file

@ -20,14 +20,14 @@
<a href="https://validator.w3.org/check/referer"> <a href="https://validator.w3.org/check/referer">
<img style="border:0;width:88px;height:31px" <img style="border:0;width:88px;height:31px"
src="https://www.w3.org/Icons/valid-html401" src="https://www.w3.org/Icons/valid-html401"
alt="Valid HTML!" /> alt="Valid HTML!">
</a> </a>
</span> </span>
<span> <span>
<a href="https://jigsaw.w3.org/css-validator/check/referer"> <a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" <img style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss" src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" /> alt="Valid CSS!">
</a> </a>
</span> </span>
</p> </p>