-
Notifications
You must be signed in to change notification settings - Fork 2
/
app_index.html
1 lines (1 loc) · 1.27 KB
/
app_index.html
1
<!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="/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="/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+"/"+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="/static/js/uberdelta.js"></script></body></html>