Should now pass HTML validation without warnings or errors!

This commit is contained in:
Reto Bollinger 2025-01-14 10:50:33 +01:00
parent 25d0a9bc94
commit 73afa3a9a9

View file

@ -1,4 +1,5 @@
<!doctype html> <!doctype html>
<html lang="de">
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="{{ '/static/style.css'|url }}"> <link rel="stylesheet" href="{{ '/static/style.css'|url }}">
<link rel="icon" type="image/png" href="{{ '/favicon-96x96.png'|url }}" sizes="96x96"> <link rel="icon" type="image/png" href="{{ '/favicon-96x96.png'|url }}" sizes="96x96">
@ -62,3 +63,4 @@
</div> </div>
</footer> </footer>
</body> </body>
</html>