-
Notifications
You must be signed in to change notification settings - Fork 3
/
test.html
19 lines (19 loc) · 966 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body>
<span class="mtgox" data-id="fooooUSD" data-amount="30" data-currency="USD">
<a href="https://payment.mtgox.com/foooo"><img src="https://payment.mtgox.com/img/mtgox-checkout.png" border="0"></a>
</span>
<span class="mtgox" data-id="fooooEUR" data-amount="20" data-currency="EUR">
<a href="https://payment.mtgox.com/foooo"><img src="https://payment.mtgox.com/img/mtgox-checkout.png" border="0"></a>
</span>
<span class="mtgox" data-id="fooooJPY" data-amount="2500" data-currency="JPY">
<a href="https://payment.mtgox.com/foooo"><img src="https://payment.mtgox.com/img/mtgox-checkout.png" border="0"></a>
</span>
<span class="mtgox" data-id="fooooBTC" data-amount="5" data-currency="BTC">
<a href="https://payment.mtgox.com/foooo"><img src="https://payment.mtgox.com/img/mtgox-checkout.png" border="0"></a>
</span>
<![if !IE]>
<script type="text/javascript" src="dist/js/mtgox.js"></script>
<![endif]>
</body>
</html>