-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (41 loc) · 1.67 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
41
42
43
44
45
46
47
48
49
<!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" />
<!-- Setup the viewport for mobile and desktop environments -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<!-- Configure linking of this application to the home screen of mobile devices -->
<meta name="apple-mobile-web-app-title" content="qxl.datagrid"/>
<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="resource/qxl/datagrid/app.png"/>
<link rel="icon" sizes="192x192" href="resource/qxl/datagrid/app.png">
<!-- Disable chrome translation requests and automatic phone number linking -->
<meta name="google" value="notranslate"/>
<meta name="format-detection" content="telephone=no"/>
<!-- Shortcut icon setup -->
<link rel="shortcut icon" type="image/png" href="resource/qxl/datagrid/favicon.png"/>
<link rel="mask-icon" href="resource/qxl/datagrid/favicon.png"/>
<style>
body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
position: fixed;
-webkit-touch-callout: none !important;
overflow: hidden;
}
</style>
<title>qxl.datagrid</title>
<noscript>
<meta http-equiv="refresh" content="0; url=nojs.html"/>
</noscript>
<script type="text/javascript" src="qxl.datagrid/index.js"></script>
</head>
<body>
</body>
</html>