index: specify DOCTYPE

This commit is contained in:
Mikaela Suomalainen 2012-08-26 11:45:14 +03:00
parent 3ec301bf7c
commit dc2e7540d1
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" />
</head>
<HTML>
<h1 id="welcome">Welcome</h1>
<p>There might not be much to see in this page. You can find list of pages in the [source].</p>
<h1 id="around-the-web">Around the web</h1>

View File

@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="Mika Suomalainen" />
<meta charset="UTF-8" />
</head>
<HTML>
# Welcome
There might not be much to see in this page. You can find list of pages in the [source].