forked from TrumpRothschild/BitcoinExchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (140 loc) · 5.95 KB
/
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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>cbdcoincurrency | cbdcoincurrency offical website - global currency trading platform | global digital currency trading platform</title>
<meta name="keyword" content="Blockchain asset trading platform, coin and coin trading, digital currency exchange, virtual currency account, Bitcoin trading system, Ethereum market, Litecoin trend, BZB, cbdcoincurrency official website, BTC price, ETH wallet registration, LTC market price, leveraged futures, digital currency" />
<meta name="description" content="cbdcoincurrency is the world's leading digital currency trading platform, offering bitcoin, Ethereum, BZB, USDT and other digital assets trading platform" />
<link href="https://www.cbdcoincurrency.com" rel="canonical"/>
<meta property="og:title" content="cbdcoincurrency | cbdcoincurrency offical website - global currency trading platform | global digital currency trading platform" class="next-head" class="next-head"/>
<meta property="og:site_name" content="cbdcoincurrency" class="next-head" class="next-head"/>
<meta property="og:image" content="https://modcurrency.oss-accelerate.aliyuncs.com/oglogo.png" class="next-head"/>
<meta property="twitter:title" content="cbdcoincurrency | cbdcoincurrency offical website - global currency trading platform | global digital currency trading platform" class="next-head"/>
<meta property="twitter:site" content="cbdcoincurrency" class="next-head"/>
<meta property="twitter:image" content="https://modcurrency.oss-accelerate.aliyuncs.com/oglogo.png" class="next-head"/>
<meta property="twitter:image:src" content="https://modcurrency.oss-accelerate.aliyuncs.com/oglogo.png" class="next-head"/>
<meta property="twitter:card" content="summary_large_image" class="next-head"/>
<meta name="robots" content="index" class="next-head"/>
<meta property="og:description" content="cbdcoincurrency is the world's leading digital currency trading platform, offering bitcoin, Ethereum, BZB, USDT and other digital assets trading platform" class="next-head"/>
<meta property="twitter:description" content="cbdcoincurrency is the world's leading digital currency trading platform, offering bitcoin, Ethereum, BZB, USDT and other digital assets trading platform" class="next-head"/>
<link rel="icon" href="/favicon.ico">
<!-- <script src="https://ssl.captcha.qq.com/TCaptcha.js"></script> -->
<style>
html, body{
background: #141e2c;
}
.init-loading{
width: 98%;
height: 20px;
position:absolute;
top: 40%;
text-align: center;
z-index: 9999;
}
.loading span {
display: inline-block;
vertical-align: middle;
width: .6em;
height: .6em;
margin: .19em;
background: #007DB6;
border-radius: .6em;
-webkit-animation: loading 1s infinite alternate;
animation: loading 1s infinite alternate;
}
/*
* Dots Colors
* Smarter targeting vs nth-of-type?
*/
.loading span:nth-of-type(2) {
background: #008FB2;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
background: #009B9E;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
background: #00A77D;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
background: #00B247;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
background: #5AB027;
-webkit-animation-delay: 1.0s;
animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
background: #A0B61E;
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}
/*
* Animation keyframes
* Use transition opacity instead of keyframes?
*/
@-webkit-keyframes loading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes loading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.loading-text {
color: #f0a70a;
margin: 0;
font: .8em verdana;
text-transform: uppercase;
letter-spacing: .1em;
}
.loading-text2{
color: #828ea1;
margin-top: 130px;
font: .7em verdana;
letter-spacing: .1em;
display: none;
}
.loading-text2 a{
color: #828ea1;
}
</style>
</head>
<body>
<!-- TradingView Widget BEGIN -->
<img style="display: none;" src="https://modcurrency.oss-accelerate.aliyuncs.com/oglogo.png"></img>
<!-- TradingView Widget END -->
<div class="init-loading" id="initLoading">
<div class="loading">
<h2 class="loading-text">www.cbdcoincurrency.com</h2>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<h2 class="loading-text2" id="browseTips">注意:IE浏览器如长时间无法加载完成,请使用 <a href="https://www.google.cn/chrome/" target="_blank">Chrome浏览器</a> 或 <a href="https://www.firefox.com.cn/" target="_blank">Firefox浏览器</a> 打开本站</h2>
</div>
</div>
<div id="app"></div>
</body>
</html>