-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (30 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>tdfp</title>
<link rel="stylesheet" href="node_modules/oprime-montage/bower_components/normalize-css/normalize.css" />
<link rel="stylesheet" href="node_modules/oprime-montage/assets/style/chromeapp.css" />
<!-- Android install to homescreen options-->
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" sizes="128x128" href="assets/img/icon128.png">
<!-- iOS install to homescreen options-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" sizes="128x128" href="assets/img/icon128.png">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon" />
<meta data-insertcordovahere="" />
<script src="node_modules/oprime-montage/lib/chrome-app-sandbox-support.js" async></script>
<script src="node_modules/montage/montage.js" async></script>
<script type="text/montage-serialization">
{
"owner": {
"prototype": "montage/ui/loader.reel"
}
}
</script>
</head>
<body>
<span class="loading"></span>
</body>
</html>