add missing lang="en" in some UI pages

prevent MS Edge from suggesting to "translate from Danish" ;-)
This commit is contained in:
Frank
2026-02-19 13:31:49 +01:00
parent cce3c0b5d3
commit 1ec57df54f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta content='width=device-width' name='viewport'>
<title>WLED Update</title>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<body>No usermod custom web page set.</body>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content='width=device-width' name='viewport'>