diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:47:13 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 22:47:13 +0100 |
| commit | 1485cc87c248e1f56367774ebd4819a97116abcc (patch) | |
| tree | 497062b5ddf3b61e03c7652df5ba01e2c4f843e3 | |
| parent | 9dffe0b6f1d684777d22b149816b6f7c216bd91a (diff) | |
| download | nissy-1485cc87c248e1f56367774ebd4819a97116abcc.tar.gz nissy-1485cc87c248e1f56367774ebd4819a97116abcc.zip | |
Added lang=en to HTML files
| -rw-r--r-- | www/download/index.html | 2 | ||||
| -rw-r--r-- | www/examples/index.html | 2 | ||||
| -rw-r--r-- | www/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/download/index.html b/www/download/index.html index f0b0798..80c0311 100644 --- a/www/download/index.html +++ b/www/download/index.html | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <!doctype html> | 1 | <!doctype html> |
| 2 | <html> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | <title> Download | Nissy </title> | 4 | <title> Download | 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"> |
diff --git a/www/examples/index.html b/www/examples/index.html index 86769b8..24eda85 100644 --- a/www/examples/index.html +++ b/www/examples/index.html | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | <!doctype html> | 1 | <!doctype html> |
| 2 | <html> | 2 | <html lang="en"> |
| 3 | <head> | 3 | <head> |
| 4 | <title> Examples | Nissy </title> | 4 | <title> Examples | 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"> |
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"> |
