-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path50x.html
122 lines (102 loc) · 5.15 KB
/
50x.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bitcoin Global - 50x</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Outsourcing software development company">
<meta name="author" content="Bitcoin Global">
<link rel="shortcut icon" type="image/x-icon" href="assets/images/logo.png">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- FontAwesome JS-->
<script defer src="assets/fontawesome/js/all.min.js"></script>
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/owlcarousel/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/atom-one-dark.min.css">
<link rel="stylesheet" href="assets/css/aos.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
</head>
<body>
<header class="header fixed-top">
<div class="branding">
<div class="container-fluid position-relative">
<nav class="navbar navbar-expand-lg">
<div class="site-logo">
<a class="navbar-brand" href="index.html"><img class="logo-icon mr-2"
src="assets/images/logo-empty.png" height="42" alt="logo">
</a>
</div>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse"
data-target="#navigation" aria-controls="navigation" aria-expanded="false"
aria-label="Toggle navigation">
<span> </span>
<span> </span>
<span> </span>
</button>
<div class="collapse navbar-collapse" id="navigation">
<ul class="social-list list-inline mt-3 mt-lg-0 mb-lg-0 d-flex ml-lg-5 mr-lg-5">
<li class="list-inline-item"><a href="https://github.com/bitcoin-global " target="_blank"><i
class="fab fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://linkedin.com/company/bitcoin-global/"
target="_blank"><i class="fab fa-linkedin-in fa-fw"></i></a></li>
</ul>
<!--//social-list-->
<ul class="navbar-nav ml-lg-auto" id="nav">
<li class="nav-item mr-lg-4 current">
<a class="nav-link" href="index.html">Home</a>
</li>
</ul>
</div>
</nav>
</div>
<!--//container-->
</div>
<!--//branding-->
</header>
<!--//header-->
<!--//how-to-section-->
<section data-aos="zoom-in-left" id="methods" class="delivery-section py-5">
<div class="container">
<h3 class="mb-2 text-center font-weight-bold section-title">50x Error occured</h3>
<div class="mb-5 text-center section-intro">Something went wrong :(</div>
<div data-aos-duration="500" data-aos="zoom-in-left" class="row align-items-center">
<div class="col-12 col-md-6 order-md-0">
<div class="nav flex-column" id="features-tabs" role="tablist" aria-orientation="vertical">
<span class="tab-heading"><span class="tab-icon mr-2"><i
class="fas fa-heart-broken"></i></span>We are working on this!</span>
<p><br>In the meantime, you can navigate back to the homepage.<br><br>
<a class="btn btn-primary mb-3" href="index.html"><i class="fas fa-home mr-2"></i> Home</a>
</p>
</div>
<!--//nav-->
</div>
<!--//col-3-->
<div class="col-12 col-md-6 text-center align-self-center">
<img class="img-fluid col-6 col-md-6 py-5" src="assets/images/logo-empty.png" alt="">
</div>
</div>
</div>
<!--container-->
</section>
<!--//delivery-section-->
<!-- Javascript -->
<script src="assets/plugins/jquery-3.4.1.min.js"></script>
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/skrollr.min.js"></script>
<!-- Page Specific JS -->
<script src="assets/plugins/highlight.min.js"></script>
<script src="assets/plugins/typewriterjs/dist/core.js"></script>
<script src="assets/plugins/owlcarousel/dist/owl.carousel.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/plugins/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>