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.

27 lines
961 B

9 years ago
9 years ago
9 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Icfp 2015 visualizer</title>
  5. <link rel="stylesheet/less" type="text/css" href="style/style.less" />
  6. <script type="text/javascript" src="scripts/less.min.js"></script>
  7. </head>
  8. <body>
  9. <div id="controlBar">
  10. <div class="lefting">
  11. <span>Index: </span><div id="index"></div>
  12. <span>Score: </span><div id="score"></div>
  13. </div>
  14. <button onclick="slideBack()"><</button>
  15. <button id="playSlide" data-intervalid="-1"onclick="slidePlay()">PLAY/PAUSE</button>
  16. <button onclick="slideForward()">></button>
  17. </div>
  18. <div class="bottomRight"><input placeholder="Paste Json, visible only locally." type="text" id="sendHCJson"><button onclick="sendJson()">Send</button></div>
  19. <section id="honeyComb">
  20. </section>
  21. <script type="text/javascript" src="scripts/tools.js"></script>
  22. <script type="text/javascript" src="scripts/renderer.js"></script>
  23. </body>
  24. </html>