123456789101112131415161718 |
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
- <link rel="icon" type="image/png" href="./images/trashslots.png" />
- <title>Trash Slots</title>
- <link rel="stylesheet" type="text/css" href="./css/index.css" />
- </head>
- <body>
- <div id="game-container"></div>
- <script type="text/javascript" src="scriptloader.js"></script>
- <script type="text/javascript" src="trashslots.js"></script>
- <script type="text/javascript">
- TrashSlots.attach("game-container", "#000000");
- </script>
- </body>
- </html>
|