|
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
- <title>Taffle Game</title>
- </head>
- <body style="background-color : #F9F7F7; color : #eef">
-
- <style type="text/css">
- a {
- color : #844;
- text-decoration : none;
- }
- p {
- color : #888;
- font-family: 'Open Sans', sans-serif;
- }
- </style>
-
- <center>
- <div style="position : relative; width : 832px">
- <canvas id="webgl" style="width:832px;height:832px"></canvas>
- </div>
- </center>
-
- <script type="text/javascript" src="ld40.js"></script>
-
- <script type="text/javascript">
-
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-34409935-1']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
-
- </script>
-
- </body>
- </html>
-
|