-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (41 loc) · 1.58 KB
/
index.html
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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>Merchant Contribution Demo</title>
</head>
<body>
<div>
<div style="width: 90%; max-width:40em; margin:auto; padding-top: 2em;text-align: center;">
<h1>Example External Website</h1>
<br/>
<script>function opentoken_contribute_click(l,e){e.preventDefault();window.open(l,'contribute_opentoken','width=500,height=700,toolbar=0,menubar=0,status=1,scrollbars=1,resizable=0,left=0,top=0');return false;}</script>
<div style="padding:1.5em; border:1px solid">
<h4>Get whitelisted for my cool ICO!</h4>
<button
style="background-color:lightgreen; font-size:2em; border-radius: 0.3em; padding 0.3em"
onclick="opentoken_contribute_click('https://app.opentoken.com/contribute/ab314be7-378a-47f0-ba83-2470bcb7c67c/', event);" >
Whitelist with OpenToken
</button>
</div>
<br />
<div style="padding:1.5em; border:1px solid">
<h4>Reserve a spot in my cool ICO!</h4>
<button
style="background-color:lightgreen; font-size:2em; border-radius: 0.3em; padding 0.3em"
onclick="opentoken_contribute_click('https://app.opentoken.com/contribute/fr8-future/', event);" >
Reserve with OpenToken
</button>
</div>
<br />
<div style="padding:1.5em; border:1px solid">
<h4>Send Money to my cool ICO!</h4>
<button
style="background-color:lightgreen; font-size:2em; border-radius: 0.3em; padding 0.3em"
onclick="opentoken_contribute_click('https://app.opentoken.com/contribute/fr8/', event);" >
Contribute with OpenToken
</button>
</div>
</div>
</div>
</body>
</html>