meteorite/public/index.html
2019-12-08 22:46:45 -05:00

36 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154218045-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154218045-1');
</script>
<meta charset="utf-8">
<link rel="shortcut icon" href="%PUBLIC_URL%/iconCircle.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="48x48" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="96x96" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="144x144" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="192x192" href="%PUBLIC_URL%/new-app-icon-rounded.png">
<link rel="apple-touch-icon" sizes="256x256" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="384x384" href="%PUBLIC_URL%/new-app-icon.png">
<link rel="apple-touch-icon" sizes="512x512" href="%PUBLIC_URL%/new-app-icon-rounded.png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<meta name="theme-color" content="#2f343e">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>Meteorite — Smarter GitHub notifications</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>