Cleaned up HTML UI (js points to local testnet, public testnet version to follow.)
[robmyers:artworld-ethereum.git] / ui / hot_cold.html
1 <html>
2 <head>
3   <script type="text/javascript"
4           src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
5   </script>
6   <script>
7     if (typeof(window.eth) === "undefined") {
8       document.write('Please run in AlethZero.<br/>');
9     }
10   </script>
11   <script type="text/javascript"
12           src="js/hot_cold.js">
13   </script>
14   <link rel="stylesheet" type="text/css" href="css/hot_cold.css" />
15 <title>Hot Cold</title>
16 </head>
17 <body>
18   <h1 id="temperatures">
19     <span id="_1000"></span><br/>
20     <span id="_1001"></span><br/>
21   </h1>
22   <a id="update" href="javascript:void(0)" onclick="update();">update</a>
23 </body>
24 </html>