gamebrary/index.html
2019-07-25 15:35:49 -07:00

53 lines
3.4 KiB
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui">
<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">
<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/icon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
<link rel="manifest" href="static/manifest.json">
<meta name="msapplication-TileColor" content="#222226">
<meta name="msapplication-TileImage" content="static/ms-icon-144x144.png">
<meta name="theme-color" content="#222226">
<meta name="description" content="Open source tool to organize video game collections.">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Gamebrary</title>
<script>
if (window.location.origin.indexOf('localhost') === -1) {
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>
</head>
<body>
<div id="app" />
</body>
</html>