fix: make QL pass
This commit is contained in:
parent
e02f9154a9
commit
6c946dfb54
2 changed files with 12 additions and 3 deletions
10
footer.html
10
footer.html
|
|
@ -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>
|
||||
Loading…
Reference in a new issue