restore composer.json, add mysqli extension
This commit is contained in:
96
public/vendor/dashboard/html/ltr/vertical-menu-template-semi-dark/error-404.html
vendored
Executable file
96
public/vendor/dashboard/html/ltr/vertical-menu-template-semi-dark/error-404.html
vendored
Executable file
@@ -0,0 +1,96 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="loading" lang="en" data-textdirection="ltr">
|
||||
<!-- BEGIN: Head-->
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
|
||||
<meta name="description" content="Vuesax admin is super flexible, powerful, clean & modern responsive bootstrap 4 admin template with unlimited possibilities.">
|
||||
<meta name="keywords" content="admin template, Vuesax admin template, dashboard template, flat admin template, responsive admin template, web app">
|
||||
<meta name="author" content="PIXINVENT">
|
||||
<title>Error 404 - Vuesax - Bootstrap HTML admin template</title>
|
||||
<link rel="apple-touch-icon" href="../../../app-assets/images/ico/apple-icon-120.png">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="../../../app-assets/images/ico/favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600" rel="stylesheet">
|
||||
|
||||
<!-- BEGIN: Vendor CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/vendors/css/vendors.min.css">
|
||||
<!-- END: Vendor CSS-->
|
||||
|
||||
<!-- BEGIN: Theme CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/bootstrap-extended.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/colors.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/components.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/themes/dark-layout.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/themes/semi-dark-layout.css">
|
||||
|
||||
<!-- BEGIN: Page CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/core/menu/menu-types/vertical-menu.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/core/colors/palette-gradient.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../app-assets/css/pages/error.css">
|
||||
<!-- END: Page CSS-->
|
||||
|
||||
<!-- BEGIN: Custom CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="../../../assets/css/style.css">
|
||||
<!-- END: Custom CSS-->
|
||||
|
||||
</head>
|
||||
<!-- END: Head-->
|
||||
|
||||
<!-- BEGIN: Body-->
|
||||
|
||||
<body class="vertical-layout vertical-menu-modern semi-dark-layout 1-column navbar-floating footer-static bg-full-screen-image blank-page blank-page" data-open="click" data-menu="vertical-menu-modern" data-col="1-column" data-layout="semi-dark-layout">
|
||||
<!-- BEGIN: Content-->
|
||||
<div class="app-content content">
|
||||
<div class="content-wrapper">
|
||||
<div class="content-header row">
|
||||
</div>
|
||||
<div class="content-body">
|
||||
<!-- error 404 -->
|
||||
<section class="row flexbox-container">
|
||||
<div class="col-xl-7 col-md-8 col-12 d-flex justify-content-center">
|
||||
<div class="card auth-card bg-transparent shadow-none rounded-0 mb-0 w-100">
|
||||
<div class="card-content">
|
||||
<div class="card-body text-center">
|
||||
<img src="../../../app-assets/images/pages/404.png" class="img-fluid align-self-center" alt="branding logo">
|
||||
<h1 class="font-large-2 my-1">404 - Page Not Found!</h1>
|
||||
<p class="p-2">
|
||||
paraphonic unassessable foramination Caulopteris worral Spirophyton encrimson esparcet aggerate chondrule
|
||||
restate whistler shallopy biosystematy area bertram plotting unstarting quarterstaff.
|
||||
</p>
|
||||
<a class="btn btn-primary btn-lg mt-2" href="index.html">Back to Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- error 404 end -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END: Content-->
|
||||
|
||||
|
||||
<!-- BEGIN: Vendor JS-->
|
||||
<script src="../../../app-assets/vendors/js/vendors.min.js"></script>
|
||||
<!-- BEGIN Vendor JS-->
|
||||
|
||||
<!-- BEGIN: Page Vendor JS-->
|
||||
<!-- END: Page Vendor JS-->
|
||||
|
||||
<!-- BEGIN: Theme JS-->
|
||||
<script src="../../../app-assets/js/core/app-menu.js"></script>
|
||||
<script src="../../../app-assets/js/core/app.js"></script>
|
||||
<script src="../../../app-assets/js/scripts/components.js"></script>
|
||||
<!-- END: Theme JS-->
|
||||
|
||||
<!-- BEGIN: Page JS-->
|
||||
<!-- END: Page JS-->
|
||||
|
||||
</body>
|
||||
<!-- END: Body-->
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user