head.txt: charset must be on top of <head>.*

*It seems that W3 Validator believes that charset affects everything that is below it.

If there is non-ASCII chars above it, they are considered as ASCII instead of UTF-8 defined below.
This commit is contained in:
Mikaela Suomalainen 2012-10-31 14:32:46 +02:00
parent 56b3a7d7da
commit c77159d3fe

View File

@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="refresh" content="60" /> -->
<meta name="description" content="Insert description here" />
<meta name="keywords" content="Insert,keywords,here" />
<meta name="author" content="Mika Suomalainen" />
<meta charset="UTF-8" />
<link rel="canonical" href="http://mkaysi.github.com/">
<title>Insert title here</title>
<link rel="stylesheet" type="text/css" href="tyyli.css" />
</head>
<body>
<hr/>
<a href="sitemap/sitemap.html">Sitemap --></a>
[Sitemap](sitemap/sitemap.html)
<hr/>
<!-- vim : set ft=html -->
<!-- vim : set ft=html -->