<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Baikal | Create Beautiful Website</title>
<link rel="apple-touch-icon" sizes="180x180" href="./assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/img/favicons/favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="./assets/img/favicons/favicon.ico">
<link rel="manifest" href="./assets/img/favicons/manifest.json">
<meta name="msapplication-TileImage" content="./assets/img/favicons/mstile-150x150.png">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i%7cMuli:400,600,700,800,900" rel="stylesheet">
<link href="./assets/css/theme.css" rel="stylesheet">
</head>
<body>
<main class="main" id="top">
<div class="row flex-center text-center min-vh-100">
<div class="col-sm-11 col-md-9 col-lg-7 col-xl-6 col-xxl-5">
<div class="card shadow-sm">
<div class="card-body p-5">
<div class="display-1 text-200 fs-error">404</div>
<h4 class="fs-2 fs-ls-3 mt-4">The page you're looking for is not found.</h4>
<hr>
<p class="fs-md-1">Make sure the address is correct and that the page hasn't moved. If you think this is a mistake, <a href="mailto:info@exmaple.com">contact us</a>.</p><a class="btn btn-primary btn-sm mt-3" href="./index.html"><span class="fas fa-home mr-2"></span>Take me home</a>
</div>
</div>
</div>
</div>
</main>
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.js"></script>
<script src="./assets/js/plugins.js"></script>
<script src="./assets/lib/is/is.min.js"></script>
<script src="./assets/lib/stickyfilljs/stickyfill.min.js"></script>
<script src="./assets/lib/sticky-kit/sticky-kit.min.js"></script>
<script src="./assets/js/theme.js"></script>
</body>
</html>