summaryrefslogtreecommitdiff
path: root/default/templates/html5.xml
diff options
context:
space:
mode:
authorPaul Buetow (centauri) <puppet@mx.buetow.org>2015-05-23 22:00:37 +0100
committerPaul Buetow (centauri) <puppet@mx.buetow.org>2015-05-23 22:00:37 +0100
commit2fab3867d291514b6666a8bd582fe8ae4896a1c0 (patch)
tree996160703a47ac88c61d2496187118a5fc0675b8 /default/templates/html5.xml
parentee1d9d4243e970d102ea4f57bfacb379e5b25b3a (diff)
parente43a989acd2055661bb2d93454f2f7aa4e6e5177 (diff)
Merge
Diffstat (limited to 'default/templates/html5.xml')
-rw-r--r--default/templates/html5.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml
new file mode 100644
index 0000000..70c50bb
--- /dev/null
+++ b/default/templates/html5.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
+<content type="text/html">
+ <tag>!DOCTYPE html</tag>
+ <html>
+ <head>
+ <title>%%title%%</title>
+ <tag>meta http-equiv="Content-Type" content="text/html;charset=UTF-8"</tag>
+ <tag>meta name="author" content="Paul C. Buetow"</tag>
+ <tag>meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)"</tag>
+ <tag>meta name="robots" content="index, follow"</tag>
+ <tag>meta name="revisit-after" content="7 days"</tag>
+ <tag>link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$"</tag>
+ </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 | Running on FreeBSD - The Power to Serve | </noop>
+ <namedlink href="http://sitemap.buetow.org">Sitemap</namedlink>
+ </div>
+ </div>
+ </body>
+ </html>
+</content>