From b6c758f2fc2cb502ed194f2700e033564f2521f4 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 22 Sep 2015 12:06:13 +0800 Subject: Added server option "useCdn", use template statement to route resources' source --- public/index.ejs | 240 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 public/index.ejs (limited to 'public/index.ejs') diff --git a/public/index.ejs b/public/index.ejs new file mode 100644 index 00000000..dbc5e268 --- /dev/null +++ b/public/index.ejs @@ -0,0 +1,240 @@ + + + + + + + + + + + + + HackMD - Collaborative notes + + + + + <% if(useCDN) { %> + + + + <% } else { %> + + + + <% } %> + + + + + + + + +
+
+
+ +
+
+

+ +
+
+ +
+
+

HackMD

+

+ Realtime collaborative markdown notes on all platforms. +

+ + +

+ Start new note +

+ See all features here +
Share note via the links directly! +
+
+
+ + + + +
+
+
+ +
+

© 2015 HackMD by jackycute +

+
+
+
+
+
+ + + + + + + + + <% if(useCDN) { %> + + + + + + + + + <% } else { %> + + + + + + + + + <% } %> + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3