diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:08:45 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:08:45 +0200 |
commit | eb11b47fd1a0ea76db1a631088466b89e542ff78 (patch) | |
tree | 51c52bb6eb4ec1351db9186ca4bee94203d2bd31 | |
parent | 81b026fe0498df5c8008a4f89d55d414f6866a35 (diff) |
Add lang attribute to html tags
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | settings.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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> |