Add favicon to serverside html

This commit is contained in:
Tom Moor
2019-03-02 21:43:07 -08:00
parent 8b639682ff
commit d91f4045c9

View File

@@ -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,