-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
34 lines (31 loc) · 1.42 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
<!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">
<meta name="mobile-web-app-capable" content="yes">
<title>myfirebase</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<!--[if IE]><link rel="shortcut icon" href="/static/images/icons/favicon.ico"><![endif]-->
<!-- Add to home screen for Android and modern mobile browsers -->
<!-- Your manifest.json file -->
<link rel="manifest" href="/static/manifest.json">
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="progressive">
<link rel="apple-touch-icon" href="static/images/touch-icon-iphone-60x60.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/images/touch-icon-ipad-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="static/images/touch-icon-iphone-retina-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="static/images/touch-icon-ipad-retina-152x152.png">
</head>
<body>
<div id="app">
<keep-alive>
<router-view></router-view>
</keep-alive>
</div>
<!-- built files will be auto injected -->
</body>
</html>