Mikaela Suomalainen 3117d6384d head.txt: add automatic refreshing... (see full commit message)
So I can copy-paste it easily at school. The time is 60 seconds, so it doesn't matter
so much, if I accidentally forget it in <head> when I create a new page.
2012-09-06 21:19:04 +03:00

12 lines
363 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<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>
</head>