mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 04:21:06 +00:00
34 lines
829 B
Plaintext
34 lines
829 B
Plaintext
include pug_inc/mixins/mixins
|
|
|
|
doctype html
|
|
|
|
html(lang="en")
|
|
head
|
|
include pug_inc/meta
|
|
include pug_inc/link
|
|
|
|
include pug_inc/ga_tracking
|
|
|
|
title 404 test
|
|
|
|
body#page-top
|
|
|
|
#content-wrapper(class="d-flex flex-column")
|
|
.
|
|
<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>
|
|
|
|
|
|
|
|
//include pug_inc/footer
|
|
include pug_inc/scripts
|