Add theme assets;
This commit is contained in:
81
public/backend/pages/error/500.html
Normal file
81
public/backend/pages/error/500.html
Normal file
@@ -0,0 +1,81 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Template Name: NobleUI - HTML Bootstrap 5 Admin Dashboard Template
|
||||
Author: NobleUI
|
||||
Website: https://www.nobleui.com
|
||||
Portfolio: https://themeforest.net/user/nobleui/portfolio
|
||||
Contact: nobleui123@gmail.com
|
||||
Purchase: https://1.envato.market/nobleui_admin
|
||||
License: For each use you must have a valid license purchased only from above link in order to legally use the theme for your project.
|
||||
-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="description" content="Responsive HTML Admin Dashboard Template based on Bootstrap 5">
|
||||
<meta name="author" content="NobleUI">
|
||||
<meta name="keywords" content="nobleui, bootstrap, bootstrap 5, bootstrap5, admin, dashboard, template, responsive, css, sass, html, theme, front-end, ui kit, web">
|
||||
|
||||
<title>NobleUI - HTML Bootstrap 5 Admin Dashboard Template</title>
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
|
||||
<!-- End fonts -->
|
||||
|
||||
<!-- core:css -->
|
||||
<link rel="stylesheet" href="../../../assets/vendors/core/core.css">
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Plugin css for this page -->
|
||||
<!-- End plugin css for this page -->
|
||||
|
||||
<!-- inject:css -->
|
||||
<link rel="stylesheet" href="../../../assets/fonts/feather-font/css/iconfont.css">
|
||||
<link rel="stylesheet" href="../../../assets/vendors/flag-icon-css/css/flag-icon.min.css">
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Layout styles -->
|
||||
<link rel="stylesheet" href="../../../assets/css/demo2/style.css">
|
||||
<!-- End layout styles -->
|
||||
|
||||
<link rel="shortcut icon" href="../../../assets/images/favicon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-wrapper">
|
||||
<div class="page-wrapper full-page">
|
||||
<div class="page-content d-flex align-items-center justify-content-center">
|
||||
|
||||
<div class="row w-100 mx-0 auth-page">
|
||||
<div class="col-md-8 col-xl-6 mx-auto d-flex flex-column align-items-center">
|
||||
<img src="../../../assets/images/others/404.svg" class="img-fluid mb-2" alt="404">
|
||||
<h1 class="fw-bolder mb-22 mt-2 tx-80 text-muted">500</h1>
|
||||
<h4 class="mb-2">Internal server error</h4>
|
||||
<h6 class="text-muted mb-3 text-center">Oopps!! There wan an error. Please try agin later.</h6>
|
||||
<a href="../../dashboard.html">Back to home</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- core:js -->
|
||||
<script src="../../../assets/vendors/core/core.js"></script>
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Plugin js for this page -->
|
||||
<!-- End plugin js for this page -->
|
||||
|
||||
<!-- inject:js -->
|
||||
<script src="../../../assets/vendors/feather-icons/feather.min.js"></script>
|
||||
<script src="../../../assets/js/template.js"></script>
|
||||
<!-- endinject -->
|
||||
|
||||
<!-- Custom js for this page -->
|
||||
<!-- End custom js for this page -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user