-
Notifications
You must be signed in to change notification settings - Fork 19
/
404.html
70 lines (64 loc) · 3.09 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-28037043-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {window.dataLayer.push(arguments)}
gtag('js', new Date());
gtag('config', 'UA-28037043-7');
</script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="BitcoinZ is the future of cryptocurrency. Welcome to decentralization."/>
<meta property="og:image" content="/images/logo.png">
<meta http-equiv="refresh" content="5; URL=/">
<link rel="icon" href="/favicon.ico">
<title>Your Financial Freedom | BitcoinZ</title>
<link rel="stylesheet" href="css/stylelibs.css">
<link rel="stylesheet" data-style="styles" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.9.0/css/flag-icon.min.css">
</head>
<body>
<header id="top-nav" class="top-nav page-header">
<div class="container">
<a href="/" class="logo smooth-scroll">
<img src="images/logo.png" alt="logo" class="logo-white">
<img src="images/logo.png" alt="logo" class="logo-dark">
</a>
</div>
</header>
<!-- Start slider section-->
<div id="top" class="slider">
<div class="full-slider intro">
<!-- Start slide-->
<div data-image="/images/backgrounds/mountains.jpg" class="slide bg-mask background-image full-vh">
<div class="container-slide vertical-align center head-desc">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading-title-big">404<br><span>PAGE NOT FOUND</span></div>
<div class="buttons-section">
<a href="/index" target="_blank" class="btn dark-btn large-btn">Home</a>
</div>
</div>
</div>
</div>
</div>
<!--<div id="particles-js" class="canvas-background"></div>-->
</div>
</div>
</div>
<!--<div class="top icon-down to-top-from-bottom"><a href="#" class="smooth-scroll"><i class="pe-7s-angle-up"></i></a></div> -->
<!--<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>-->
<script type="text/javascript" src="js/libs.js.pagespeed.ce.Av_NAtkm4V.js"></script>
<script type="text/javascript" src="js/common.js.pagespeed.ce.hW1NRi6zyn.js"></script>
</body>
</html>