aboutsummaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:47:13 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-22 22:47:13 +0100
commit1485cc87c248e1f56367774ebd4819a97116abcc (patch)
tree497062b5ddf3b61e03c7652df5ba01e2c4f843e3 /www/index.html
parent9dffe0b6f1d684777d22b149816b6f7c216bd91a (diff)
downloadnissy-1485cc87c248e1f56367774ebd4819a97116abcc.tar.gz
nissy-1485cc87c248e1f56367774ebd4819a97116abcc.zip
Added lang=en to HTML files
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index 9b8719f..1df2133 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,5 +1,5 @@
1<!doctype html> 1<!doctype html>
2<html> 2<html lang="en">
3<head> 3<head>
4 <title> Nissy | Nissy </title> 4 <title> Nissy | Nissy </title>
5<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css"> 5<meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="/style.css">

Generated with cgit - Back to sebastiano.tronto.net