assets/html/help.html, index.html: add <meta ...charset="UTF-8"...> to make Firefox shut up.

This commit is contained in:
Lucio Andrés Illanes Albornoz 2018-11-25 12:43:03 +01:00
parent f35850051c
commit b6e0a93029
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<!-- {{{ HEAD -->
<head>
<link charset="utf-8" href="../css/help.css" rel="stylesheet" type="text/css" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>asciiblaster v1.0.6 documentation</title>
</head>
<!-- }}} -->

View File

@ -6,6 +6,7 @@
<head>
<link charset="utf-8" href="assets/css/ak.css" rel="stylesheet" type="text/css" />
<link charset="utf-8" href="assets/css/sally.css" rel="stylesheet" type="text/css" />
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<meta content="width=device-width, maximum-scale=1.0, user-scalable=yes" name="viewport" />
<title>asciiblaster v1.0.6</title>
</head>