Added lang attribute to html tag

This commit is contained in:
Bo⋆˚✿˖° 2025-07-02 16:32:27 +02:00
parent 897c7abfb0
commit dc59a432b0
No known key found for this signature in database
GPG key ID: CEE0F03E50221D34
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">