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.
This commit is contained in:
Mikaela Suomalainen 2012-09-06 21:19:04 +03:00
parent f83d0a9dd4
commit 3117d6384d

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="60" />
<meta name="description" content="Insert description here" /> <meta name="description" content="Insert description here" />
<meta name="keywords" content="Insert,keywords,here" /> <meta name="keywords" content="Insert,keywords,here" />
<meta name="author" content="Mika Suomalainen" /> <meta name="author" content="Mika Suomalainen" />