fix missing lang tag

This commit is contained in:
Nyx 2025-03-26 01:55:09 -05:00
parent 66dee39255
commit 639f89522a

View file

@ -1,14 +1,14 @@
<!DOCTYPE html>
<head>
<html lang="en">
<head>
<title>
Nyx's personal site
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/index.css" rel="stylesheet" type="text/css">
</head>
</head>
<body>
<body>
<center>
<p>
hello, visitor number <b>{{ visitor }}</b>! this one is glad to see you.
@ -108,4 +108,5 @@
</a>
{% endfor %}
</p>
</body>
</body>
</html>