2021-03-16 13:06:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="has-navbar-fixed-top">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>SpotiFlyer</title>
|
|
|
|
<script src="web-app.js"></script>
|
|
|
|
<link rel="icon" href="spotiflyer.svg" type="image/icon type">
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<link href="css-circular-prog-bar.css" rel="stylesheet">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap" rel="stylesheet">
|
2021-03-16 15:11:54 +01:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PGSYNZHSS7"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'G-PGSYNZHSS7');
|
|
|
|
</script>
|
2021-03-16 13:06:56 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div style="display: flex;flex-direction: column; height: inherit; color: white;" id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|