forked from treverson/uberdelta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app_index.html
41 lines (41 loc) · 1.85 KB
/
app_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="theme-color" content="#5AB45A">
<link rel="manifest" href="/uberdelta/manifest.json">
<link rel="shortcut icon" href="/favicon.ico">
<title>UberDelta</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<link href="/uberdelta/app_static/css/uberdelta.css" rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="text/javascript">
!function(i) {
if (i.search) {
var a = {};
i.search.slice(1).split("&").forEach(function(i) {
var l = i.split("=");
a[l[0]] = l.slice(1).join("=").replace(/~and~/g, "&")
}),
void 0 !== a.p && window.history.replaceState(null, null, i.pathname.slice(0, -1) + (a.p || "") + (a.q ? "?" + a.q : "") + i.hash)
}
}(window.location)
</script>
<script type="text/javascript">
var tokenConfig, xmlhttp = new XMLHttpRequest, target = "tokens.json", url = "https://" + window.location.host + "/uberdelta/" + target;
if (xmlhttp.onreadystatechange = function() {}
,
xmlhttp.open("GET", url, !1),
xmlhttp.send(),
4 == xmlhttp.readyState && 200 == xmlhttp.status) {
var data = JSON.parse(xmlhttp.responseText);
tokenConfig = data
}
</script>
<script type="text/javascript" src="/uberdelta/app_static/js/uberdelta.js"></script>
</body>
</html>