aboutsummaryrefslogtreecommitdiff
path: root/templates/def_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/def_template.html')
-rw-r--r--templates/def_template.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/def_template.html b/templates/def_template.html
new file mode 100644
index 0000000..0916ce4
--- /dev/null
+++ b/templates/def_template.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html>
+ <head>
+ <title>%title%</title>
+ </head>
+ <body>
+ <div class="content">
+ %content%
+ </div>
+ <p><small>Page created on %date%</small></p>
+ </body>
+</html>