summaryrefslogtreecommitdiff
path: root/default/templates/html5.xml
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-09-29 02:42:36 +0200
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-09-29 02:42:36 +0200
commit8d9dc7c67a1932bd14424f41b8968653bb1cf9ff (patch)
treeb228aea18b252191875b3333865e8e51388ba205 /default/templates/html5.xml
parent4948aa7eb097e1f40bdfbe8a01bebf9adde4b150 (diff)
add HTML5
Diffstat (limited to 'default/templates/html5.xml')
-rw-r--r--default/templates/html5.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml
new file mode 100644
index 0000000..e5e7064
--- /dev/null
+++ b/default/templates/html5.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content type="text/html">
+ <tag>!DOCTYPE html</tag>
+ <html>
+ <head>
+ <title>%%title%%</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
+ <meta name="author" content="Paul Buetow"/>
+ <meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)"/>
+ <meta name="distribution" content="global"/>
+ <meta name="robots" content="index, follow"/>
+ <meta name="language" content="en, english"/>
+ <meta name="revisit-after" content="7 days"/>
+ <link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$"/>
+ </head>
+ <body>
+ <div class="header">
+ <type class="bold">A fortune quote: </type>
+ <type class="italic">$$!/usr/games/fortune -s$$</type>
+ </div>
+ <div class="main">
+ <navigation/>
+ <noop>%%content%%</noop>
+ <div class="footer">
+ <noop>Generated in !!TIME!!s</noop>
+ <noop>| Powered by </noop>
+ <namedlink href="http://xerl.buetow.org">Xerl</namedlink>
+ <noop>| Xerl templates managed with Puppet/Git</noop>
+ </div>
+ </div>
+ </body>
+ </html>
+</content>