1

Update index.php

This commit is contained in:
Evan Pratten 2017-11-19 16:50:14 -05:00 committed by GitHub
parent 10018e78d2
commit 2eac0f4a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,16 @@
<link href="css/hover.css" rel="stylesheet" media="all">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<!-- <link href="./css/main.css" rel="stylesheet" media="all"> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-61008630-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-61008630-1');
</script>
<style>
#floater {
float: left;