-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>gobimovielist</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Pacifico|Vibur:300,400,500,700,400italic">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="manifest" href="static/manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Gobi Movie-List">
<meta name="apple-mobile-web-app-title" content="Gobi Movie-List">
<meta name="theme-color" content="#607d8b">
<meta name="msapplication-navbutton-color" content="#607d8b">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<link rel="icon" type="image/png" sizes="192x192" href="static/logo-gobi.png">
<link rel="apple-touch-icon" href="static/logo-gobi.png">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>