-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.html
78 lines (68 loc) · 2.41 KB
/
template.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<html>
<head>
<style>
.flipit {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
body {
background-image: url('./images/background.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
</style>
<link href="https://fonts.googleapis.com/css?family=VT323&display=swap" rel="stylesheet">
</head>
<body style="font-family: 'VT323', monospace;" >
<img style="max-width:150px;height:60px;" src="./images/neo-logo-xp.png" />
<img style="position: absolute;
top: 0px;
right: 0px;max-width:650px;width:350;padding:10px;" src="./images/coz-inverted.svg" />
<div class="" style="position:absolute;z-index:1;left: 33px;top: 40px;width:250px;height:150px;font-size: 21px;letter-spacing: -1;">
<br><br><br>
<div style="">
Public Address<br>
Share this to get loot! **PUBLIC**
</div>
<img src="./public.png"
style="width:150;height:150px;"
/>
</div>
<div class="" style="position:absolute;z-index:1;left: 400px;top: 40px;width:250px;height:150px;font-size: 21px;letter-spacing: -1;">
<br><br><br>
<div style="word-wrap:break-word;max-width:200px;width:200px">
URL<br>
**URL** <br>
<br>
</div>
<img src="./url.png"
style="width:150;height:150px;"
/>
</div>
<div class="" style="position:absolute;left:33px;top:430px;width:350px;height:250px;" >
<div style="font-family:'VT323',margin-top:0px;font-size:21px;padding-bottom:20px" >
WIF (DO NOT SHARE)<br>
Import to mobile or desktop wallet.
</div>
<img src="./private.png"
style="width:150;height:150px"
/>
</div>
<div class="" style="position:absolute;left:400px;top:430px;width:350px;height:250px;" >
<div style="font-family:'VT323',margin-top:0px;font-size:21px;padding-bottom:20px" >
BIP-39 Seed <br>
(DO NOT SHARE)
</div>
<img src="./bip39.png"
style="width:150;height:150px"
/>
</div>
<div class="" style="position:absolute;left:33px;top:770px;width:300px;height:5px;" >
https://github.com/cityofzion/neo-paper v1.0.1
</div>
</body>
</html>