aboutsummaryrefslogtreecommitdiff
path: root/templates/def_template.html
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2018-10-10 22:43:22 +0200
committerHugo Hörnquist <hugo@hornquist.se>2018-10-10 22:43:22 +0200
commitd64ba94d6e8bdbf12f0a294ea9f51693e6d25c3f (patch)
tree4a07d8bc2ef46e9b6453631fee1a80036c19ce97 /templates/def_template.html
parentWed, 10 Oct 2018 22:42:19 +0200 (diff)
downloadwiki-public-d64ba94d6e8bdbf12f0a294ea9f51693e6d25c3f.tar.gz
wiki-public-d64ba94d6e8bdbf12f0a294ea9f51693e6d25c3f.tar.xz
Wed, 10 Oct 2018 22:43:21 +0200
Diffstat (limited to 'templates/def_template.html')
-rw-r--r--templates/def_template.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/def_template.html b/templates/def_template.html
deleted file mode 100644
index 0916ce4..0000000
--- a/templates/def_template.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>%title%</title>
- </head>
- <body>
- <div class="content">
- %content%
- </div>
- <p><small>Page created on %date%</small></p>
- </body>
-</html>