Update index.html

This commit is contained in:
Noah Trupin
2019-02-01 21:13:40 -05:00
committed by GitHub
parent cf665d13ff
commit 4cde261a02

View File

@@ -4,6 +4,13 @@
<title>AbstractML</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122728272-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122728272-5');
</script>
</head>
<body>
<!-- Don't see the AbstractML? This page was made with the experimental precompiler (not yet open source) -->