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/body.ejs | 27 +++++++++++++ public/views/error.ejs | 20 +++++++++ public/views/foot.ejs | 30 ++++++++++++++ public/views/footer.ejs | 0 public/views/head.ejs | 33 +++++++++++++++ public/views/header.ejs | 105 ++++++++++++++++++++++++++++++++++++++++++++++++ public/views/index.ejs | 15 +++++++ public/views/pretty.ejs | 58 ++++++++++++++++++++++++++ 8 files changed, 288 insertions(+) create mode 100644 public/views/body.ejs create mode 100644 public/views/error.ejs create mode 100644 public/views/foot.ejs create mode 100644 public/views/footer.ejs create mode 100644 public/views/head.ejs create mode 100644 public/views/header.ejs create mode 100644 public/views/index.ejs create mode 100644 public/views/pretty.ejs (limited to 'public/views') diff --git a/public/views/body.ejs b/public/views/body.ejs new file mode 100644 index 00000000..4237746b --- /dev/null +++ b/public/views/body.ejs @@ -0,0 +1,27 @@ + + \ No newline at end of file diff --git a/public/views/error.ejs b/public/views/error.ejs new file mode 100644 index 00000000..cd9f54be --- /dev/null +++ b/public/views/error.ejs @@ -0,0 +1,20 @@ + + + + + <%- include head %> + + + + + <%- include header %> +
+
+

<%- code %> <%- detail %> <%- msg %>

+
+
+ <%- include footer %> + + + +<%- include foot %> \ No newline at end of file diff --git a/public/views/foot.ejs b/public/views/foot.ejs new file mode 100644 index 00000000..070be36b --- /dev/null +++ b/public/views/foot.ejs @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/footer.ejs b/public/views/footer.ejs new file mode 100644 index 00000000..e69de29b diff --git a/public/views/head.ejs b/public/views/head.ejs new file mode 100644 index 00000000..23a9e64a --- /dev/null +++ b/public/views/head.ejs @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + +HackMD - Collaborative notes + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/views/header.ejs b/public/views/header.ejs new file mode 100644 index 00000000..e8b60110 --- /dev/null +++ b/public/views/header.ejs @@ -0,0 +1,105 @@ + +
\ No newline at end of file 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 diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs new file mode 100644 index 00000000..01b65afa --- /dev/null +++ b/public/views/pretty.ejs @@ -0,0 +1,58 @@ + + + + + + + + HackMD - Collaborative notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3