Added lang attribute to html tag

This commit is contained in:
Bo⋆˚✿˖° 2025-07-02 16:32:27 +02:00 committed by Bo Jordans
parent cb762d6b35
commit 6fe4f1601f
No known key found for this signature in database
GPG key ID: B87561A6B07575DC
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>About | Freed's place</title>
<link rel="stylesheet" href="/assets/style.css">

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Contact | Freed's place</title>
<link rel="stylesheet" href="/assets/style.css">

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Home | Freed's place</title>
<link rel="stylesheet" href="/assets/style.css">

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>Info | Freed's place</title>
<link rel="stylesheet" href="/assets/style.css">