-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.html
More file actions
26 lines (22 loc) · 1.15 KB
/
app.html
File metadata and controls
26 lines (22 loc) · 1.15 KB
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
<head>
<title>Huddle App :: Spatial Sensemaking</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" href="/images/ios/touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="/images/ios/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="/images/ios/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="/images/ios/touch-icon-ipad-retina.png">
<link rel="apple-touch-startup-image" href="/images/ios/startup.png">
<link rel="stylesheet" href="/chosen/chosen.min.css">
<!-- <script src="/huddle.js"></script> -->
<script src="/rangy-core.js"></script>
<script src="/chosen/chosen.jquery.js"></script>
<script src="/jquery.scrollintoview.js"></script>
<script src="/tinycolor.js"></script>
</head>
<body>
</body>