You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1KB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
  4. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
  5. <title>Taffle Game</title>
  6. </head>
  7. <body style="background-color : #F9F7F7; color : #eef">
  8. <style type="text/css">
  9. a {
  10. color : #844;
  11. text-decoration : none;
  12. }
  13. p {
  14. color : #888;
  15. font-family: 'Open Sans', sans-serif;
  16. }
  17. </style>
  18. <center>
  19. <div style="position : relative; width : 832px">
  20. <canvas id="webgl" style="width:832px;height:832px"></canvas>
  21. </div>
  22. </center>
  23. <script type="text/javascript" src="ld40.js"></script>
  24. <script type="text/javascript">
  25. var _gaq = _gaq || [];
  26. _gaq.push(['_setAccount', 'UA-34409935-1']);
  27. _gaq.push(['_trackPageview']);
  28. (function() {
  29. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  30. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  31. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  32. })();
  33. </script>
  34. </body>
  35. </html>