From 4b0ca55eb79e963523eb6c8197825e9e8ae904e2 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Mon, 4 May 2015 15:53:29 +0800 Subject: First commit, version 0.2.7 --- public/views/index.ejs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/views/index.ejs (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs new file mode 100644 index 00000000..c5778fc9 --- /dev/null +++ b/public/views/index.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