mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:11:37 +01:00
Should now pass HTML validation without warnings or errors!
This commit is contained in:
parent
25d0a9bc94
commit
73afa3a9a9
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||||
Loading…
Add table
Reference in a new issue