added analytics
This commit is contained in:
parent
e4bdde9fd1
commit
13ae9b6a98
1 changed files with 21 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue