diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-15 22:58:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-15 22:58:42 -0500 |
commit | 945e5639dd6fb74657644d2d7ce350a8cf125b10 (patch) | |
tree | 0c3d9f130786fe5ab17582635910469c9df6768d | |
parent | fa79d44dd7b1899ed49193586cb34b8144a5d359 (diff) | |
download | ytlibre-945e5639dd6fb74657644d2d7ce350a8cf125b10.tar.lz ytlibre-945e5639dd6fb74657644d2d7ce350a8cf125b10.tar.xz ytlibre-945e5639dd6fb74657644d2d7ce350a8cf125b10.zip |
Remove unimportant duplicate content-type utf-8 and
replace with meta viewport. Meta Viewport is very important for mobil
-rw-r--r-- | templates/librejs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/librejs.html b/templates/librejs.html index 0c96ad1..31a777e 100644 --- a/templates/librejs.html +++ b/templates/librejs.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>JavaScript license information</title> <link rel="icon" href="./images/favicon.png" sizes="192x192"> </head> |