Added lang attribute to html tag
This commit is contained in:
parent
3d3899d8aa
commit
a592ccb703
4 changed files with 4 additions and 4 deletions
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue