Mikaela Suomalainen c77159d3fe 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.
2012-10-31 14:32:46 +02:00

19 lines
510 B
HTML

<!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" />
<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/>
[Sitemap](sitemap/sitemap.html)
<hr/>
<!-- vim : set ft=html -->