commit 1485cc87c248e1f56367774ebd4819a97116abcc
parent 9dffe0b6f1d684777d22b149816b6f7c216bd91a
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Tue, 22 Feb 2022 22:47:13 +0100
Added lang=en to HTML files
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/download/index.html b/www/download/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
<title> Download | Nissy </title>
<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">
diff --git a/www/examples/index.html b/www/examples/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
<title> Examples | Nissy </title>
<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">
diff --git a/www/index.html b/www/index.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html lang="en">
<head>
<title> Nissy | Nissy </title>
<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">