summaryrefslogtreecommitdiff
path: root/public/views/head.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2015-05-04 15:53:29 +0800
committerWu Cheng-Han2015-05-04 15:53:29 +0800
commit4b0ca55eb79e963523eb6c8197825e9e8ae904e2 (patch)
tree574f3923af77b37b41dbf1b00bcd7827ef724a28 /public/views/head.ejs
parent61eb11d23c65c9e5c493c67d055f785cbec139e2 (diff)
First commit, version 0.2.7
Diffstat (limited to 'public/views/head.ejs')
-rw-r--r--public/views/head.ejs33
1 files changed, 33 insertions, 0 deletions
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 @@
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
+<meta name="apple-mobile-web-app-capable" content="yes">
+<meta name="apple-mobile-web-app-status-bar-style" content="black">
+<meta name="mobile-web-app-capable" content="yes">
+<meta name="description" content="Realtime collaborative markdown notes on all platforms.">
+<meta name="author" content="jackycute">
+<!-- Open Graph data -->
+<meta property="og:title" content="HackMD - Collaborative notes">
+<meta property="og:type" content="website">
+<meta property="og:url" content="https://hackmd.herokuapp.com/">
+<meta property="og:description" content="Realtime collaborative markdown notes on all platforms.">
+<meta property="og:site_name" content="HackMD">
+<meta property="fb:admins" content="1463801565">
+<title>HackMD - Collaborative notes</title>
+<link rel="icon" type="image/png" href="/favicon.png">
+<link rel="apple-touch-icon" href="/apple-touch-icon.png">
+<!--<link rel="stylesheet" href="/vendor/bootstrap-3.3.1/css/bootstrap.min.css">-->
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
+<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="/vendor/codemirror/lib/codemirror.css">
+<link rel="stylesheet" href="/vendor/codemirror/addon/fold/foldgutter.css">
+<link rel="stylesheet" href="/vendor/codemirror/theme/monokai.css">
+<link rel="stylesheet" href="/css/github-extract.css">
+<link rel="stylesheet" href="/css/gist.css">
+<!--<link rel="stylesheet" href="/css/github-code-cdn.css">-->
+<link rel="stylesheet" href="/vendor/highlight-js/github.min.css">
+<link rel="stylesheet" href="/vendor/emojify/css/emojify.min.css" />
+<link rel="stylesheet" href="/css/markdown.css">
+<link rel="stylesheet" href="/css/index.css">
+<link rel="stylesheet" href="/css/extra.css">
+<link rel="stylesheet" href="/css/site.css"> \ No newline at end of file