-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
33 lines (31 loc) · 1.38 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
<!DOCTYPE html>
<html lang="zh-CN" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-startup-image" href="/static/img/launch.png">
<link rel="apple-touch-icon" href="/static/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="180x180" href="/static/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="167x167" href="/static/touch-icon-ipad-retina.png">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="/manifest.json">
<title>Movie Robot - 智能影音助理</title>
<meta name="description" content="智能影音助理"/>
<meta name="keywords" content="智能影音助理"/>
<meta name="author" content="yipengfei"/>
<noscript id="jss-insertion-point"></noscript>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<script>window.global = window;</script>
<script type="module" src="/src/index.js"></script>
</body>
</html>