head.txt: add <head> so I can copy-paste it later.

This commit is contained in:
Mikaela Suomalainen 2012-08-26 12:11:12 +03:00
parent 29ee0a5c1e
commit 3de9bf3e28

9
head.txt Normal file
View File

@ -0,0 +1,9 @@
<!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>