/js-only/heatmap/index.html
http://github.com/hhughes/ocaml-frui · HTML · 33 lines · 33 code · 0 blank · 0 comment · 0 complexity · d34893dbe18a6e15080b5f8462293560 MD5 · raw file
- <html>
- <head>
- <style type="text/css">
- div#main {
- position: absolute;
- left: 5px;
- top: 36px;
- right: 5px;
- bottom: 5px;
- border: solid black 1px;
- }
- div.room {
- position: absolute;
- width: 20px;
- height: 20px;
- border: solid black 1px;
- }
- div#spinner {
- display: inline-block;
- }
- </style>
- </head>
- <body>
- <button id="load" type="button">Load</button>
- <input id="n" value="1"></input>
- <div id="spinner"></div>
- <button id="play" type="button">></button>
- <div id="map"><img src="./gates1.png" width="600px" /><img src="./gates2.png" width="600px" /><img src="./gates3.png" width="600px" /></div>
- <div id="main"></div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script src="./main.js"></script>
- </body>
- </html>