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