Skip to content

Commit 9a13993

Browse files
committed
Add missing lang="en"
1 parent ddde915 commit 9a13993

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>TurboWarp Packager Legacy Versions</title>
55
<meta charset="utf8">
@@ -62,7 +62,6 @@
6262
</head>
6363

6464
<body>
65-
6665
<header>
6766
<h1>TurboWarp Packager Legacy Versions</h1>
6867
</header>
@@ -111,4 +110,4 @@ <h2>p3 (June 23, 2021)</h2>
111110
</footer>
112111
</main>
113112
</body>
114-
</html>
113+
</html>

p3/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717

1818
<!DOCTYPE html>
19-
<html>
19+
<html lang="en">
2020

2121
<head>
2222
<meta charset="utf-8">

0 commit comments

Comments
 (0)