-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
44 lines (42 loc) · 1012 Bytes
/
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
<!doctype html>
<html>
<head>
<title><$>Coin Card</title>
<style>
body {
padding: 0;
margin: 0;
}
.coin-card {
top: 100px;
left: 500px;
}
textarea {
position: absolute;
display: block;
top: 0px;
left: 500px;
width: 500px;
height: 50px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
</div>
<div class="row">
<textarea>
<div class="coin-card" data-BTC="1PouzPJj5t3kCf5j7eYu3GXSE1PWuPkHQJ"></div>
<script type="text/javascript" src="http://fangduncai.com/coin-card/src/widget.js"></script>
</textarea>
<div class="coin-card" data-BTC="1PouzPJj5t3kCf5j7eYu3GXSE1PWuPkHQJ"></div>
<br />
<div style="top: 200px;" class="coin-card" data-BTC="1PouzPJj5t3kCf5j7eYu3GXSE1PWuPkHQJ" data-LTC="LPouzPJj5t3kCf5j7eYu3GXSE1PWuPkHQJ"></div>
</div>
<div class="footer">
</div>
</div>
<script type="text/javascript" src="src/widget.js"></script>
</body>
</html>