diff options
Diffstat (limited to 'default/templates/html5.xml')
| -rw-r--r-- | default/templates/html5.xml | 33 |
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> |
