From 49b51e478fa75b8d5254662de3265edcf8906004 Mon Sep 17 00:00:00 2001 From: Cheng-Han, Wu Date: Wed, 20 Apr 2016 18:03:55 +0800 Subject: Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias) --- public/views/hackmd.ejs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/views/hackmd.ejs (limited to 'public/views/hackmd.ejs') diff --git a/public/views/hackmd.ejs b/public/views/hackmd.ejs new file mode 100644 index 00000000..c5778fc9 --- /dev/null +++ b/public/views/hackmd.ejs @@ -0,0 +1,15 @@ + + + + + <%- include head %> + + + + <%- include header %> + <%- include body %> + <%- include footer %> + <%- include foot %> + + + \ No newline at end of file -- cgit v1.2.3