added analytics

This commit is contained in:
meadowstream 2014-05-22 21:06:33 -04:00
parent e4bdde9fd1
commit 13ae9b6a98

View file

@ -22,7 +22,6 @@
</style>
</head>
<body style="background-color:#2c3e50">
<div style="margin: 1vmin auto 0 auto; width: 100%; text-align: center;">
<h1 style="color: #ecf0f1; font-size: 10vmin;">Hextris</h1>
</div>
@ -45,5 +44,6 @@
<script type = 'text/javascript' src="js/input.js"></script>
<script type = 'text/javascript' src="js/checking.js"></script>
<script type = 'text/javascript' src="js/main.js"></script>
<script type = 'text/javascript' src="js/analytics.js"></script>
</body>
</html>