marten-application/public/index.html

56 lines
2.1 KiB
HTML
Raw Permalink Normal View History

2018-09-19 20:42:56 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2018-10-26 20:26:00 +00:00
<!-- Global site tag (gtag.js) - Google Analytics -->
2018-10-26 20:34:08 +00:00
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128154616-1"></script>
2018-10-26 20:26:00 +00:00
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
2018-10-26 20:26:00 +00:00
gtag('config', 'UA-128154616-1');
2018-10-26 20:26:00 +00:00
</script>
2018-10-26 20:34:08 +00:00
2018-09-19 20:42:56 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
2018-12-01 00:44:27 +00:00
<title>Marten Tracker</title>
</head>
<body>
2018-09-19 20:42:56 +00:00
<noscript>
You need to enable JavaScript to run this app.
2018-09-19 20:42:56 +00:00
</noscript>
<div id="root"></div>
2018-12-07 18:32:49 +00:00
<!-- Hotjar Tracking Code for https://marten-tracker.netlify.com/ -->
2018-10-26 18:18:14 +00:00
<script>
2018-12-07 18:32:49 +00:00
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1119955,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
2018-10-26 18:18:14 +00:00
</script>
</body>
</html>