fix: make QL pass

This commit is contained in:
kittentm 2026-04-28 05:59:16 +02:00
commit 6c946dfb54
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/footer.css" />
</head>
<body>
<footer class="site-footer">
<div class="footer-wave-container">
<img src="/assets/en/svg/ui/bg_header_wave-59d556a181d6146620e75ca3adea5b61bd175820334270a7828974276cb6765f.svg" class="footer-wave" alt="" aria-hidden="true" />
@ -29,4 +36,5 @@
</div>
</div>
</footer>
<link rel="stylesheet" href="/footer.css" />
</body>
</html>