mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 13:44:16 +00:00
48 lines
2.7 KiB
HTML
Executable file
48 lines
2.7 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="apple-touch-icon" href="static/icons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="static/icons/android-chrome-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="shortcut icon" href="static/icons/favicon.ico">
|
|
<link rel="manifest" href="static/manifest.json">
|
|
<link rel="mask-icon" href="static/icons/safari-pinned-tab.svg" color="#5bbad5">
|
|
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
|
|
<meta name="msapplication-TileColor" content="#222226">
|
|
<meta name="msapplication-TileImage" content="static/icons/mstile-150x150.png">
|
|
<meta name="msapplication-config" content="static/icons/browserconfig.xml">
|
|
<meta name="theme-color" content="#222226">
|
|
<meta name="apple-mobile-web-app-title" content="Gamebrary">
|
|
<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>
|