aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-10 22:42:19 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-10 22:42:19 +0200
commit75eb5421f38d12cb60d6d0cb939f744a3f8c428c (patch)
treee4c0c8aa94f62f27ae91962c3a6a84fbcc8ed018 /templates
parentWed, 10 Oct 2018 22:34:30 +0200 (diff)
downloadwiki-public-75eb5421f38d12cb60d6d0cb939f744a3f8c428c.tar.gz
wiki-public-75eb5421f38d12cb60d6d0cb939f744a3f8c428c.tar.xz
Wed, 10 Oct 2018 22:42:19 +0200
Diffstat (limited to 'templates')
-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>