Add favicon to serverside html
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Outline</title>
|
<title>Outline</title>
|
||||||
<meta name="slack-app-id" content="<%= SLACK_APP_ID %>" />
|
<meta name="slack-app-id" content="<%= SLACK_APP_ID %>" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="shortcut icon" type="image/png" href="favicon-32.png" sizes="32x32" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<style>
|
<style>
|
||||||
body,
|
body,
|
||||||
|
|||||||
Reference in New Issue
Block a user