summaryrefslogtreecommitdiff
path: root/public/views/codimd.ejs
diff options
context:
space:
mode:
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>