mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
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:
parent
56b3a7d7da
commit
c77159d3fe
6
head.txt
6
head.txt
@ -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 -->
|
Loading…
x
Reference in New Issue
Block a user