This repository has been archived on 2025-08-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hugo-mistergeek/docs/theme/Mono v10.0.1 HTML5/Mono v10.0.1/2. Pages/404-4.html
2025-08-18 17:15:47 +02:00

53 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>Mono - 404 4</title>
<!-- Favicon -->
<link href="../assets/images/favicon.png" rel="shortcut icon">
<!-- CSS -->
<link href="../assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="../assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
<link href="../assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
<link href="../assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
<link href="../assets/plugins/scrollcue/scrollcue.css" rel="stylesheet">
<link href="../assets/plugins/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="../assets/css/theme.css" rel="stylesheet">
<!-- Fonts/Icons -->
<link href="../assets/plugins/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="../assets/plugins/font-awesome/css/all.css" rel="stylesheet">
</head>
<body data-preloader="1">
<div class="section-fullscreen bg-gradient-6">
<div class="container text-center">
<div class="position-top text-center">
<h4><a class="text-white" href="#">mono</a></h4>
</div><!-- end position-top -->
<div class="position-middle">
<div class="row">
<div class="col-12 col-sm-10 offset-sm-1 col-md-8 offset-md-2 col-lg-6 offset-lg-3">
<div class="bg-white border-radius box-shadow p-5">
<h1 class="display-1 fw-lighter">404</h1>
<p>Sorry, It appears that the page you were looking for doesn't exist or might have been moved.</p>
<a class="button button-lg button-rounded button-reveal-left-outline-dark mt-4" href="#"><i class="fas fa-home"></i><span>Go home page</span></a>
</div>
</div>
</div><!-- end row -->
</div><!-- end position-middle -->
<div class="position-bottom text-center">
<p class="text-white-08 fw-normal">&copy; 2025 FlaTheme, All Rights Reserved.</p>
</div><!-- end position-bottom -->
</div><!-- end container -->
</div>
<!-- ***** JAVASCRIPTS ***** -->
<script src="../assets/plugins/jquery.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
<script src="../assets/plugins/plugins.js"></script>
<script src="../assets/js/functions.js"></script>
</body>
</html>