summaryrefslogtreecommitdiff
path: root/public/views/hedgedoc.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/views/hedgedoc.ejs14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/views/hedgedoc.ejs b/public/views/hedgedoc.ejs
new file mode 100644
index 00000000..cfedb2b5
--- /dev/null
+++ b/public/views/hedgedoc.ejs
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <%- include hedgedoc/head %>
+</head>
+
+<body>
+ <%- include hedgedoc/header %>
+ <%- include hedgedoc/body %>
+ <%- include hedgedoc/foot %>
+</body>
+
+</html>