-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsbdraffle.html
More file actions
38 lines (38 loc) · 1.61 KB
/
sbdraffle.html
File metadata and controls
38 lines (38 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<script src="https://cdn.steemjs.com/lib/latest/steem.min.js">
steem.api.setOptions({ url: 'https://api.steemit.com' });
</script>
<script type="text/javascript" src="code/common.js"></script>
<script type="text/javascript" src="code/sbdraffle.js"></script>
</head>
<body>
<iframe src='menu.html' width='100%' height='28px' style='border: none;'></iframe>
<div class='link' align='center'><a target="_blank" href="https://steemit.com/steemit/@msg768/introducing-sbdraffle-100-transparent-daily-sbd-lotteries" style="">100% TRANSPARENT DAILY SBD LOTTERIES</a></div>
<br />
<div align='center'>
<h2>
TICKETS: 0.100 SBD PER TOKEN — HOUSE-TAKE: 10%
<h2>
</div>
<div align='center' class='title'>
To participate, simply transfer x-times 0.100 SBD to <a href='https://steemit.com/@sbdraffle' target='_blank'>@sbdraffle</a> with memo=<b>RAFFLE</b></br>
You can use memo=<b>RAFFLE@username</b> to purchase tokens for your friends!
</div>
<table align='center'>
<tr>
<td>
<div id='currentJackpot' class='rafflejackpot'>$0.00</div>
</td>
</tr>
<tr>
<td>
<div id='previousJackpot' class='rafflestatus'>PREVIOUS JACKPOT: N/A</div>
<div id='previousWinner' class='rafflestatus'>PREVIOUS WINNER: N/A</div>
<div id='nextDraw' class='rafflestatus'>NEXT DRAW: 00:00:00</div>
</td>
</tr>
</table>
</body>
</html>