forked from holoco/holoco.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
generic.html
72 lines (61 loc) · 2.79 KB
/
generic.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
<!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">
<span class="image fit"><img src="images/example-coin.jpg" alt="" /></span>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<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);
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>