-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathi.htm
89 lines (73 loc) · 3.85 KB
/
i.htm
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
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE HTML>
<html>
<head>
<title>Generic</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<center><span class="image fit"><a href="https://bitbay.market/downloads/" alt="bitbay.market/downloads/"><img src="images/example-coin.jpg" alt="bitbay.market/downloads/"></a></span>
</br><a>Scanning the QR Code this page shows below
account balance of BitBay Coins.</br>
If you wish to redeem them, scratch
off the grey box and import the private key
written beneath it into the Bitbay QT Wallet</a>
</br><a href="https://bitbay.market/downloads/" alt="bitbay.market/"> Click here to download BitBay QT and learn more visit www.bitbay.market</a>
</br><bold>Click the link to see your scanned coins live balance.</br></center></bold>
</header>
<script type="text/javascript">
function qs(search_for) {
var query = window.location.search.substring(1);
var parms = query.split('?');
return parms;
}
address=qs("?");
myurl="https://chainz.cryptoid.info/bay/address.dws?"+address+".htm";
function prepareFrame(qurl) {
var ifrm = document.createElement("iframe");
ifrm.setAttribute("src", qurl);
ifrm.style.width = "100%";
ifrm.style.height = "540px";
document.body.appendChild(ifrm);
}
//document.write(myurl);
//prepareFrame(myurl); //They no longer support iframe
var newDiv = document.createElement("div");
// Set innerHTML of the div with the clickable link
newDiv.innerHTML = `<center><a href="${myurl}" style="padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border: none; cursor: pointer;">Click here to see your address and balance</a></center>`;
// Append the new div below the last element placed
document.body.appendChild(newDiv);
document.getElementById("showImage").onclick = function() {
window.location="bitbay.market";
}
</script>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper">
<div class="inner">
<ul class="menu"></ul>
<a>Disclaimer: These physical tokens are a promotional and novelty item. A physical token can not compare to the security of using open source software. They are possible to transfer from person to person but not completely resistant to counterfeit. A more secure system can be made with p2sh accounts if the product becomes popular. In the meantime, we recommend you redeem the coins the moment they are given to you by importing the private key into the BitBay QT wallet. We are not responsible for manufacturer defects, missing keys, damaged items, or counterfeit not affiliated with the original manufacturer. If being used for cold storage we recommend to not store large amounts and instead use official open source software with a secure method of key storage.</a>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>