Move HTML header so that the encoding is in the first 1024 bytes

This commit is contained in:
mossroy 2012-12-25 19:21:09 +01:00
parent 48ce203088
commit 59b3c9916e

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html> <!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 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/ The original application is at http://www.evopedia.info/
@ -24,9 +28,7 @@ License:
<http://www.gnu.org/licenses/>. <http://www.gnu.org/licenses/>.
--> -->
<html>
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>Evopedia HTML5</title> <title>Evopedia HTML5</title>
<script type="text/javascript" src="bzip2-antimatter15.js"></script> <script type="text/javascript" src="bzip2-antimatter15.js"></script>
</head> </head>