Added lang attribute to html tag

This commit is contained in:
Bo⋆˚✿˖° 2025-07-02 16:32:27 +02:00
parent e9d2698c13
commit f981b27801
Signed by: FreedTapestry21
GPG key ID: 0664F1BDE43BA236
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">