index: add description, keywords and title.

This commit is contained in:
Mikaela Suomalainen 2012-08-26 12:10:08 +03:00
parent dc2e7540d1
commit 29ee0a5c1e
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" />
<meta name="description" content="Insert description here" /> <meta name="keywords" content="Insert,keywords,here" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" />
<title>
Insert title here
</title>
</head>
<h1 id="welcome">Welcome</h1>

View File

@ -1,8 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Insert description here" />
<meta name="keywords" content="Insert,keywords,here" />
<meta name="author" content="Mika Suomalainen" />
<meta charset="UTF-8" />
<title>Insert title here</title>
</head>
# Welcome