-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (26 loc) · 1.23 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
<!doctype html>
<html mol_view_root>
<meta charset="utf-8" />
<meta name="fragment" content="!">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<link rel="manifest" href="hyoo/scout/manifest.json">
<!-- description -->
<meta name="description" content="Игротека вожатого">
<meta name="application-name" content="Игротека вожатого">
<meta name="apple-mobile-web-app-title" content="Игротека вожатого">
<!-- colors -->
<meta name="theme-color" content="#ffffff">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- logo -->
<link href="hyoo/scout/logo/logo_16.png" rel="icon" />
<link rel="apple-touch-icon" sizes="128x128" href="hyoo/scout/logo/logo_128.png">
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="hyoo/scout/logo/logo_128.png">
<meta name="msapplication-TileImage" content="hyoo/scout/logo/logo_192.png">
<!-- full screen -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<body mol_view_root>
<div mol_view_root="$hyoo_scout">
<script src="web.js" charset="utf-8"></script>
</div>