2018-10-19 05:15:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
|
2019-01-11 21:18:37 +00:00
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="static/icons/apple-icon-57x57.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="60x60" href="static/icons/apple-icon-60x60.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="static/icons/apple-icon-72x72.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="static/icons/apple-icon-76x76.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="static/icons/apple-icon-114x114.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="static/icons/apple-icon-120x120.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="static/icons/apple-icon-144x144.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="static/icons/apple-icon-152x152.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-icon-180x180.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="static/icons/android-icon-192x192.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="static/icons/favicon-96x96.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
|
2018-10-19 05:15:28 +00:00
|
|
|
<link rel="manifest" href="static/manifest.json">
|
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
|
|
<meta name="msapplication-TileImage" content="static/ms-icon-144x144.png">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
2018-11-05 02:28:29 +00:00
|
|
|
<title>Gamebrary</title>
|
2018-11-17 22:23:33 +00:00
|
|
|
|
2019-01-19 05:24:00 +00:00
|
|
|
<script>
|
|
|
|
window['_fs_debug'] = false;
|
|
|
|
window['_fs_host'] = 'fullstory.com';
|
|
|
|
window['_fs_org'] = 'HX3XV';
|
|
|
|
window['_fs_namespace'] = 'FS';
|
|
|
|
(function(m,n,e,t,l,o,g,y){
|
|
|
|
if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;}
|
|
|
|
g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[];
|
|
|
|
o=n.createElement(t);o.async=1;o.src='https://'+_fs_host+'/s/fs.js';
|
|
|
|
y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);
|
|
|
|
g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)};
|
|
|
|
g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)};
|
|
|
|
g.consent=function(a){g("consent",!arguments.length||a)};
|
|
|
|
g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};
|
|
|
|
g.clearUserCookie=function(){};
|
|
|
|
})(window,document,window['_fs_namespace'],'script','user');
|
|
|
|
</script>
|
2018-10-19 05:15:28 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app" />
|
|
|
|
</body>
|
|
|
|
</html>
|