|
13 | 13 | <meta name="description" content="LambdaHack : a small dungeon crawler illustrating the roguelike game engine of the same name" />
|
14 | 14 | <meta name="keywords" content="roguelike, tactical squad game, procedurally generated, Haskell, free software, gameplay, replayability, turn based" >
|
15 | 15 |
|
| 16 | +<script> |
| 17 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 18 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 19 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 20 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 21 | + |
| 22 | + ga('create', 'UA-22466968-3', 'auto'); |
| 23 | + ga('send', 'pageview'); |
| 24 | + |
| 25 | +</script> |
| 26 | + |
16 | 27 | <script language="javascript" src="https://github.com/LambdaHack/lambdahack.github.io/releases/download/newestJS/all.js"></script>
|
17 | 28 |
|
18 | 29 | <title>LambdaHack</title>
|
|
48 | 59 | </h1>
|
49 | 60 | </div>
|
50 | 61 |
|
51 |
| -<script> |
52 |
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
53 |
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
54 |
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
55 |
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
56 |
| - |
57 |
| - ga('create', 'UA-22466968-3', 'auto'); |
58 |
| - ga('send', 'pageview'); |
59 |
| - |
60 |
| -</script> |
61 |
| - |
62 | 62 | </body>
|
63 | 63 | <script language="javascript" src="runmain.js" defer></script>
|
64 | 64 |
|
|
0 commit comments