feat: add lang-attribute

The `lang`-attribute tells users and computers alike what language the page is in. It seems the language for this project at the moment is English, so that’s what I used as value.
This commit is contained in:
Zoë Bijl 2025-03-07 21:03:31 +01:00
parent 8303155f9c
commit 104ae2b485

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">