-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.92 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<head>
<title>Alex Frieder</title>
<link rel="apple-touch-icon" sizes="180x180" href="./public/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./public/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./public/favicon/favicon-16x16.png">
<link rel="manifest" href="./public/favicon/site.webmanifest">
<link rel="mask-icon" href="./public/favicon/safari-pinned-tab.svg" color="#000000">
<link rel="shortcut icon" href="./public/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="msapplication-config" content="./public/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script type="text/javascript">
window.heapReadyCb=window.heapReadyCb||[],window.heap=window.heap||[],heap.load=function(e,t){window.heap.envId=e,window.heap.clientConfig=t=t||{},window.heap.clientConfig.shouldFetchServerConfig=!1;var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src="https://cdn.us.heap-api.com/config/"+e+"/heap_config.js";var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(a,r);var n=["init","startTracking","stopTracking","track","resetIdentity","identify","getSessionId","getUserId","getIdentity","addUserProperties","addEventProperties","removeEventProperty","clearEventProperties","addAccountProperties","addAdapter","addTransformer","addTransformerFn","onReady","addPageviewProperties","removePageviewProperty","clearPageviewProperties","trackPageview"],i=function(e){return function(){var t=Array.prototype.slice.call(arguments,0);window.heapReadyCb.push({name:e,fn:function(){heap[e]&&heap[e].apply(heap,t)}})}};for(var p=0;p<n.length;p++)heap[n[p]]=i(n[p])};
heap.load("1573151252");
</script>
<link rel="stylesheet" type="text/css" href="./public/style.css" />
</head>
<body>
<div id="root"></div>
<script src='./public/app.js'></script>
</body>