summaryrefslogtreecommitdiff
path: root/public/views/codimd.ejs
diff options
context:
space:
mode:
authorSheogorath2018-06-24 13:37:46 +0200
committerSheogorath2018-06-24 13:40:18 +0200
commit23c33c0c046a9a27b2a31d334f6f818d8b1b3459 (patch)
tree8aa6c2b06156ddfb5b406d6450ffb4e030b9a4d8 /public/views/codimd.ejs
parentb242b59db4b27bac345d98f982def7c54955c84c (diff)
Rename HackMD view to CodiMD
Even when it looks a bit weird in first place to rename all internals step by step, it makes sense to do so, because we run into confusion afterwards. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'public/views/codimd.ejs')
-rw-r--r--public/views/codimd.ejs15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/views/codimd.ejs b/public/views/codimd.ejs
new file mode 100644
index 00000000..7818346c
--- /dev/null
+++ b/public/views/codimd.ejs
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <%- include codimd/head %>
+</head>
+
+<body>
+ <%- include codimd/header %>
+ <%- include codimd/body %>
+ <%- include codimd/footer %>
+ <%- include codimd/foot %>
+</body>
+
+</html>