summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/benki/wiki/wikiPage.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/benki/wiki/wikiPage.html')
-rw-r--r--src/main/resources/templates/benki/wiki/wikiPage.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/wiki/wikiPage.html b/src/main/resources/templates/benki/wiki/wikiPage.html
new file mode 100644
index 0000000..9b3af5d
--- /dev/null
+++ b/src/main/resources/templates/benki/wiki/wikiPage.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>{title} &#8212; Benki Wiki</title>
+</head>
+<body>
+ <h1>{title}</h1>
+</body>
+</html>