mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 03:52:21 -04:00
Move HTML header so that the encoding is in the first 1024 bytes
This commit is contained in:
parent
48ce203088
commit
59b3c9916e
@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
||||
|
||||
<!--
|
||||
Port of Evopedia (offline wikipedia reader) in HTML5/Javascript, with Firefox OS as the primary target
|
||||
The original application is at http://www.evopedia.info/
|
||||
@ -24,9 +28,7 @@ License:
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
||||
|
||||
<title>Evopedia HTML5</title>
|
||||
<script type="text/javascript" src="bzip2-antimatter15.js"></script>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user