Added lang attribute to html tag

Signed-off-by: Bo Jordans <bo@eepyfox.space>
This commit is contained in:
Bo⋆˚✿˖° 2025-07-02 16:32:27 +02:00 committed by Bo Jordans
parent cc14da4ef5
commit 3d98bb9ee7
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">