mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
62 lines
2.0 KiB
HTML
62 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Entropy HTML Template | Error Page</title>
|
|
<!-- Stylesheets -->
|
|
<link href="css/bootstrap.css" rel="stylesheet">
|
|
<link href="css/main.css" rel="stylesheet">
|
|
<link href="css/responsive.css" rel="stylesheet">
|
|
|
|
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
|
|
<link rel="icon" href="images/favicon.png" type="image/x-icon">
|
|
|
|
<!-- Responsive -->
|
|
<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=0">
|
|
|
|
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
|
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="page-wrapper">
|
|
|
|
<!-- Preloader -->
|
|
<div class="preloader"></div>
|
|
|
|
<!--Error Section-->
|
|
<section class="error-section" style="background-image: url(images/background/pattern-16.png)">
|
|
<div class="auto-container">
|
|
<div class="content">
|
|
<div class="image">
|
|
<img src="https://via.placeholder.com/984x796" alt= "" />
|
|
</div>
|
|
<a href="index.html" class="theme-btn btn-style-four"><span class="txt">Back to homepage</span></a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!--End Error Section-->
|
|
|
|
</div>
|
|
<!--End pagewrapper-->
|
|
|
|
<!--Scroll to top-->
|
|
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-up"></span></div>
|
|
|
|
<script src="js/jquery.js"></script>
|
|
<script src="js/popper.min.js"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
|
|
<script src="js/jquery.fancybox.js"></script>
|
|
<script src="js/appear.js"></script>
|
|
|
|
<script src="js/jquery.easing.min.js"></script>
|
|
<script src="js/owl.js"></script>
|
|
<script src="js/wow.js"></script>
|
|
<script src="js/jquery-ui.js"></script>
|
|
<script src="js/script.js"></script>
|
|
|
|
</body>
|
|
</html> |