mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 04:26:37 +00:00
assets/html/help.html, index.html: add <meta ...charset="UTF-8"...> to make Firefox shut up.
This commit is contained in:
parent
f35850051c
commit
b6e0a93029
@ -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>
|
||||
<!-- }}} -->
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user