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,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en">
<head> <head>
<title> <title>
Nyx's personal site Nyx's personal site
@ -109,3 +109,4 @@
{% endfor %} {% endfor %}
</p> </p>
</body> </body>
</html>