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 /www/examples | |
| parent | 9dffe0b6f1d684777d22b149816b6f7c216bd91a (diff) | |
| download | nissy-1485cc87c248e1f56367774ebd4819a97116abcc.tar.gz nissy-1485cc87c248e1f56367774ebd4819a97116abcc.zip | |
Added lang=en to HTML files
Diffstat (limited to 'www/examples')
| -rw-r--r-- | www/examples/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |
