aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-06-16 14:08:45 +0200
committerMango0x45 <thomasvoss@live.com> 2021-06-16 14:08:45 +0200
commiteb11b47fd1a0ea76db1a631088466b89e542ff78 (patch)
tree51c52bb6eb4ec1351db9186ca4bee94203d2bd31
parent81b026fe0498df5c8008a4f89d55d414f6866a35 (diff)
Add lang attribute to html tags
-rw-r--r--index.html2
-rw-r--r--settings.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 969067e..2a593ab 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>YouTube Frame Timer</title>
diff --git a/settings.html b/settings.html
index 06a5795..408bad0 100644
--- a/settings.html
+++ b/settings.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>YouTube Frame Timer</title>