70 lines
1.7 KiB
HTML
70 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="description" content="We make it simple to launch in the cloud and scale up as you grow.">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Private Void | Sign in</title>
|
|
|
|
<link rel="icon" type="image/png" href="images/favicon.png">
|
|
|
|
<link href="css/plugins.css" rel="stylesheet">
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<style>
|
|
.logo-dark {
|
|
font-family: "Poppins", sans-serif;
|
|
font-size: 40px;
|
|
color: #1f1f1f;
|
|
font-weight: 800;
|
|
letter-spacing: 1.5px;
|
|
}
|
|
.error {
|
|
font-family: "Poppins", sans-serif;
|
|
font-size: 50px;
|
|
color: #2f2f2f;
|
|
font-weight: 600;
|
|
letter-spacing: 1.5px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Body Inner -->
|
|
<div class="body-inner">
|
|
<!-- Section -->
|
|
<section class="fullscreen" data-bg-parallax="images/austrian-alps.jpg">
|
|
<div class="container">
|
|
<div>
|
|
<div class="text-center m-b-30">
|
|
<a href="index.html" class="text-center">
|
|
<span class="logo-dark">VOID</span>
|
|
</a>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-lg-5 center p-50 background-white b-r-6">
|
|
<h1 class="error">502</h1>
|
|
<p>
|
|
The backend is not available.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- end: Section -->
|
|
</div>
|
|
<!-- end: Body Inner -->
|
|
<!-- Scroll top -->
|
|
<a id="scrollTop"><i class="icon-chevron-up"></i><i class="icon-chevron-up"></i></a>
|
|
<!--Plugins-->
|
|
<script src="js/jquery.js"></script>
|
|
<script src="js/plugins.js"></script>
|
|
<!--Template functions-->
|
|
<script src="js/functions.js"></script>
|
|
</body>
|
|
|
|
</html>
|