equation-admin-template
Version:
Booststrap 4 admin template made by equation
33 lines • 1.68 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<title>Error 404-1 | Equation - Multipurpose Bootstrap Dashboard Template </title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"/>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/plugins.css" rel="stylesheet" type="text/css" />
<link href="assets/css/pages/error/style-400.css" rel="stylesheet" type="text/css" />
<!-- END GLOBAL MANDATORY STYLES -->
</head>
<body class="error404 text-center">
<div class="container-fluid error-content">
<div class="">
<p class="mini-text mb-3">Ooops!</p>
<img alt="image-404" src="assets/img/error-cartoon.png" class="img-cartoon">
<h1 class="error-number">404</h1>
<p class="error-des mb-0">Page Not Found!</p>
<p class="error-text mb-4 mt-1">This page is not available</p>
<a href="index.html" class="btn btn-gradient-info btn-rounded mt-4">Go Back</a>
</div>
</div>
<!-- BEGIN GLOBAL MANDATORY SCRIPTS -->
<script src="assets/js/libs/jquery-3.1.1.min.js"></script>
<script src="bootstrap/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- END GLOBAL MANDATORY SCRIPTS -->
</body>
</html>