summaryrefslogtreecommitdiff
path: root/public/views/includes/favicon.ejs
blob: 14b963fe308f87992012ca5a29c4b09687a0ddce (plain)
1
2
3
4
5
6
7
8
9
10
11
<link rel="apple-touch-icon" sizes="180x180" href="<%- serverURL %>/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%- serverURL %>/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%- serverURL %>/icons/favicon-16x16.png">
<link rel="manifest" href="<%- serverURL %>/icons/site.webmanifest">
<link rel="mask-icon" href="<%- serverURL %>/icons/safari-pinned-tab.svg" color="#b51f08">
<link rel="shortcut icon" href="<%- serverURL %>/icons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="HedgeDoc - <%= __('Collaborative markdown notes') %>">
<meta name="application-name" content="HedgeDoc - <%= __('Collaborative markdown notes') %>">
<meta name="msapplication-TileColor" content="#b51f08">
<meta name="msapplication-config" content="<%- serverURL %>/icons/browserconfig.xml">
<meta name="theme-color" content="#303030">