-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.53 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
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"
/>
<meta name="apple-mobile-web-app-title" content="ter.wills" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="msapplication-tap-highlight" content="no" />
<link rel="apple-touch-icon" href="${resourcePath}ter/wills/app.png" />
<link rel="icon" sizes="192x192" href="${resourcePath}ter/wills/app.png" />
<meta name="google" value="notranslate" />
<meta name="format-detection" content="telephone=no" />
<link rel="shortcut icon" type="image/png" href="${resourcePath}ter/wills/favicon.png" />
<link rel="mask-icon" href="${resourcePath}ter/wills/favicon.png" />
<style>
body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
position: fixed;
-webkit-touch-callout: none !important;
overflow: hidden;
}
</style>
<title>ter.wills</title>
<noscript>
<meta http-equiv="refresh" content="0; url=${appPath}nojs.html" />
</noscript>
${preBootJs}
<script type="text/javascript" src="${appPath}index.js"></script>
</head>
<body></body>
</html>