-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
37 lines (31 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>PollMe</title>
<meta name="description" content="PollMe WebApp">
<!-- <link> tags for "apple-touch-icon" (AKA Web Clips). -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/favicon/apple-touch-icon.png">
<!-- <link> tags for safari web app icons -->
<link rel="mask-icon" color="#d8403f" href="/static/img/favicon/safari-pinned-tab.svg">
<link rel="shortcut icon" href="/favicon.ico">
<!-- <link> tags for a Web App Manifest -->
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#b91d47">
<meta name="msapplication-TileImage" content="/static/img/favicon/mstile-144x144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#d8403f">
<base href="/">
</head>
<body>
<div id="app"></div>
<!-- Todo: only include in production -->
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
<!-- built files will be auto injected -->
<noscript>
This site needs JavaScript enabled to owrk properly.
</noscript>
</body>
</html>