2015-05-04 07:53:29 +00:00
|
|
|
<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">
|
2017-01-21 05:08:29 +00:00
|
|
|
<meta name="description" content="<%= __('Best way to write and share your knowledge in markdown.') %>">
|
|
|
|
<meta name="keywords" content="Collaborative, Markdown, Notes">
|
2018-06-22 19:07:30 +00:00
|
|
|
<title>CodiMD - <%= __('Collaborative markdown notes') %></title>
|
2018-09-13 19:26:39 +00:00
|
|
|
<link rel="icon" type="image/png" href="<%- serverURL %>/favicon.png">
|
|
|
|
<link rel="apple-touch-icon" href="<%- serverURL %>/apple-touch-icon.png">
|
2015-09-22 04:06:13 +00:00
|
|
|
<% if(useCDN) { %>
|
2019-01-11 00:56:44 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.0/css/bootstrap.min.css" integrity="sha256-H0KfTigpUV+0/5tn2HXC0CPwhhDhWgSawJdnFd0CGCo=" crossorigin="anonymous" />
|
2019-10-04 14:59:09 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous" />
|
2016-11-26 15:18:51 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/4.9.0/bootstrap-social.min.css" integrity="sha256-02JtFTurpwBjQJ6q13iJe82/NF0RbZlJroDegK5g87Y=" crossorigin="anonymous" />
|
2019-10-04 14:59:09 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2.min.css" integrity="sha256-ijlUKKj3hJCiiT2HWo1kqkI79NTEYpzOsw5Rs3k42dI=" crossorigin="anonymous" />
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/3.5.4/select2-bootstrap.min.css" integrity="sha256-NAWFcNIZdH+TS1xpWujF/EB/Y8gwBbEOCoaK/eqaer8=" crossorigin="anonymous" />
|
2017-01-21 05:08:29 +00:00
|
|
|
<%- include ../build/cover-header %>
|
2018-06-17 23:24:53 +00:00
|
|
|
<%- include ../shared/polyfill %>
|
2015-09-22 04:06:13 +00:00
|
|
|
<% } else { %>
|
2017-01-21 05:08:29 +00:00
|
|
|
<%- include ../build/cover-pack-header %>
|
2015-09-22 04:06:13 +00:00
|
|
|
<% } %>
|