Compare commits

..

1 commit

Author SHA1 Message Date
Zoë Bijl
104ae2b485 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.
2025-03-07 21:03:31 +01:00

View file

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