mirror of
https://github.com/whosmatt/uvmod
synced 2024-11-21 14:41:21 +00:00
61 lines
1.6 KiB
HTML
61 lines
1.6 KiB
HTML
<!DOCTYPE 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, shrink-to-fit=no">
|
|
|
|
<title>404</title>
|
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<!-- Custom fonts for this template-->
|
|
<link href="fonts/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
|
|
<link href="fonts/nunito.css" rel="stylesheet">
|
|
|
|
<!-- Custom styles for this template-->
|
|
<link href="css/sb-admin-2.min.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body id="page-top">
|
|
|
|
<!-- Page Wrapper -->
|
|
<div id="wrapper">
|
|
|
|
<!-- Content Wrapper -->
|
|
<div id="content-wrapper" class="d-flex align-items-center" style="height: 100vh;">
|
|
|
|
<!-- Main Content -->
|
|
<div id="content">
|
|
|
|
<!-- Begin Page Content -->
|
|
<div class="container-fluid">
|
|
|
|
<!-- 404 Error Text -->
|
|
<div class="text-center">
|
|
<div class="error mx-auto" data-text="404">404</div>
|
|
<p class="lead text-gray-800 mb-5">Page Not Found</p>
|
|
<p class="text-gray-500 mb-0">It looks like you found a glitch in the matrix...</p>
|
|
<a href="index.html">← Back to Dashboard</a>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
|
|
</div>
|
|
<!-- End of Main Content -->
|
|
|
|
</div>
|
|
<!-- End of Content Wrapper -->
|
|
|
|
|
|
</div>
|
|
<!-- End of Page Wrapper -->
|
|
|
|
<!-- Bootstrap core JavaScript-->
|
|
<script src="js/vendor/jquery.min.js"></script>
|
|
<script src="js/vendor/bootstrap.bundle.min.js"></script>
|
|
|
|
</body> |