summaryrefslogtreecommitdiff
path: root/public/views/hedgedoc.ejs
diff options
context:
space:
mode:
authorDavid Mehren2020-11-15 21:02:36 +0100
committerGitHub2020-11-15 21:02:36 +0100
commit4c0efe1237bc33b52d06eaf86a28adad9a041ec2 (patch)
treefa068d16074645b7b6d8d88b78724b9cd82dd879 /public/views/hedgedoc.ejs
parent299301f0fe5bea41b4407bbbc03932fc4dd1c1d3 (diff)
parent9898ab3ca5fa226967d8a3aca8e6e752554ed64d (diff)
Merge pull request #453 from hedgedoc/misc/renaming
Diffstat (limited to 'public/views/hedgedoc.ejs')
-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>