added lang to html tag
All checks were successful
/ build (push) Successful in 20s
/ deploy (push) Successful in 14s

This commit is contained in:
lgpilot 2024-02-08 19:03:09 +01:00
parent 84f4b39d5d
commit e19e0ac358

View file

@ -1,6 +1,6 @@
<!-- Version: {{ build.git_reference }} -->
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -39,4 +39,4 @@
</div>
#}
</body>
</html>
</html>