@themesberg/volt-bootstrap-5-dashboard
Version:
Volt - Bootstrap 5 Dashboard
62 lines (48 loc) • 2.6 kB
HTML
<!--
=========================================================
* Volt Pro - Premium Bootstrap 5 Dashboard
=========================================================
* Product Page: https://themesberg.com/product/admin-dashboard/volt-bootstrap-5-dashboard
* Copyright 2021 Themesberg (https://www.themesberg.com)
* License (https://themesberg.com/licensing)
* Designed and coded by https://themesberg.com
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. Please contact us to request a removal.
-->
<html lang="en">
<head>
@@include('./_head.html', {
"path": "../..",
"title": "Volt Premium Bootstrap Dashboard - 500 Server Error Page"
})
</head>
<body>
<!-- NOTICE: You can use the _analytics.html partial to include production code specific code & trackers -->
@@if (environment === 'production') {
@@include('./_analytics_body.html')
}
<main>
<section class="vh-100 d-flex align-items-center justify-content-center">
<div class="container">
<div class="row align-items-center ">
<div class="col-12 col-lg-5 order-2 order-lg-1 text-center text-lg-left">
<h1 class="mt-5">Something has gone <span class="text-primary">seriously</span> wrong</h1>
<p class="lead my-4">It's always time for a coffee break. We should be back by the time you finish your coffee.</p>
<a href="../dashboard/dashboard.html" class="btn btn-gray-800 d-inline-flex align-items-center justify-content-center mb-4">
<svg class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.707 14.707a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414l4-4a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l2.293 2.293a1 1 0 010 1.414z" clip-rule="evenodd"></path></svg>
Back to homepage
</a>
</div>
<div class="col-12 col-lg-7 order-1 order-lg-2 text-center d-flex align-items-center justify-content-center">
<img class="img-fluid w-75" src="../../assets/img/illustrations/500.svg" alt="500 Server Error">
</div>
</div>
</div>
</section>
</main>
@@include('./_scripts.html', {
"path": "../.."
})
</body>
</html>