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,8 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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" />
</head> <title>
Insert title here
</title>
</head>
<h1 id="welcome">Welcome</h1> <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> <p>There might not be much to see in this page. You can find list of pages in the [source].</p>

View File

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