xxxxxxxxxx
<html manifest="cache.manifest">
<head>
<meta charset="utf-8">
<title>App</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<meta name="mobile-web-app-capable" content="yes">
<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-title" content="App">
<link href="/style.css" rel="stylesheet" />
<script>
(function (d) {
var config = {
kitId: 'exf4iwe',
scriptTimeout: 3000
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,'')+' wf-inactive';},config.scriptTimeout),tk=d.createElement('script'),f=false,s=d.getElementsByTagName('script')[0],a;h.className+=' wf-loading';tk.src='//use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!='complete'&&a!='loaded')return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/immutable/3.7.2/immutable.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.7.0/lodash.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.1/react-with-addons.js"></script>
<script src="https://cdn.firebase.com/js/client/2.0.1/firebase.js"></script>
<script src="https://cdn.firebase.com/libs/reactfire/0.4.0/reactfire.min.js"></script>
<script>
(function () {
var app = document.createElement('script');
app.src = '/app.js?cachebust='+ Date.now();
document.body.appendChild(app);
})();
</script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/immutable/3.7.2/immutable.min.js
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.7.0/lodash.min.js
https://cdnjs.cloudflare.com/ajax/libs/react/0.13.1/react-with-addons.js
https://cdn.firebase.com/js/client/2.0.1/firebase.js
https://cdn.firebase.com/libs/reactfire/0.4.0/reactfire.min.js