-
Notifications
You must be signed in to change notification settings - Fork 6
/
debug.html
39 lines (31 loc) · 1.61 KB
/
debug.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
<!DOCTYPE html>
<html manifest='cache.appcache' lang='ru'>
<head>
<meta charset='UTF-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>Заказы онлайн/оффлайн</title>
<!--манифест для мобильных устройств-->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Заказы онлайн/оффлайн">
<link rel="manifest" href="manifest.json">
<link rel="icon" sizes="16x16 32x32 48x48" href="dist/imgs/fav-md32.png" type="image/icon">
<link rel="icon" sizes="144x144" href="dist/imgs/fav-md144.png" type="image/png">
<link rel="shortcut icon" href="dist/imgs/fav-md144.png" type="image/png">
<link rel="apple-touch-icon-precomposed" href="dist/imgs/fav-md144.png">
<!--стили-->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/fontawesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/g/[email protected](dhx_terrace.css+metadata.css)">
<link rel="stylesheet" type="text/css" href="dist/app.css">
</head>
<body>
<div id="splash"></div>
<!-- библиотеки из jsdelivr -->
<script src="https://cdn.jsdelivr.net/g/[email protected],[email protected],[email protected],[email protected]"></script>
<script src="lib/dhtmlx_debug.js"></script>
<script src="lib/metadata.js"></script>
<!-- код нашего приложения -->
<script src="dist/app.js"></script>
</body>
</html>