File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype>
2
2
< html >
3
3
< head >
4
- < title > Gavsino - The Ubiquitous Casino</ title >
5
4
< script >
6
5
//var web3 = require('web3');
7
6
//web3.setProvider(new web3.providers.AutoProvider());
114
113
< title > Gavsino - The Ubiquitous Casino</ title >
115
114
</ head >
116
115
< body >
117
- < h1 > Gavsino - The Ubiquitous Casino</ h2 >
116
+ < h1 > Gavsino - The Ubiquitous Casino</ h1 >
118
117
< div >
119
118
< div style ="float: right; background: #fee; width: 15em; height: 30em ">
120
- < h3 > Bets</ h3 >
119
+ < h2 > Bets</ h2 >
121
120
< div id ="bets ">
122
121
</ div >
123
122
</ div >
124
123
< div style ="">
125
- < h3 > Shares</ h3 >
124
+ < h2 > Shares</ h2 >
126
125
< div > Shares held: < span id ="myshares "> </ span > shares (worth < span id ="mysharesvalue "> </ span > ) of < span id ="totalshares "> </ span > (worth < span id ="equity "> </ span > ).</ div >
127
126
< div > Amount: < input id ="sharesamount " value ="1 "> </ input > finney = < span id ="sharesofvalue "> </ span > shares.</ div >
128
127
< div > < button id ="buyIn " onClick ="buyIn(document.getElementById('sharesamount').value) "> buy in</ button > < button id ="cashOut " onClick ="cashOut(document.getElementById('sharesofvalue').innerHTML) "> cash out</ button > </ div >
129
- < h3 > Bet</ h3 >
128
+ < h2 > Bet</ h2 >
130
129
< div > Amount: < input id ="amount " value ="1 "> </ input > finney</ div >
131
130
< div > Probability: < input id ="pIn256 " value ="128 "> </ input > / 256</ div >
132
131
< div > < button id ="bet " onClick ="newTicket(document.getElementById('amount').value, document.getElementById('pIn256').value) "> bet</ button > </ div >
You can’t perform that action at this time.
0 commit comments