mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
wip
This commit is contained in:
parent
5f1dc0b84d
commit
93c6361369
5 changed files with 230 additions and 1 deletions
15
cache/7a4e3aadb9b8963f7000eb1c55904e566c57e81d.php
vendored
Normal file
15
cache/7a4e3aadb9b8963f7000eb1c55904e566c57e81d.php
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php $__env->startSection('body'); ?>
|
||||
<div class="flex flex-col items-center mt-32 text-grey-darker">
|
||||
<h1 class="text-6xl font-light leading-none mb-2">404</h1>
|
||||
|
||||
<h2 class="text-3xl">Page not found</h2>
|
||||
|
||||
<hr class="block w-full max-w-sm mx-auto my-8 border">
|
||||
|
||||
<p class="text-xl">
|
||||
Need to update this page? See the <a title="404 Page Documentation" href="https://jigsaw.tighten.co/docs/custom-404-page/"> Jigsaw documentation</a>.
|
||||
</p>
|
||||
</div>
|
||||
<?php $__env->stopSection(); ?>
|
||||
|
||||
<?php echo $__env->make('_layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/samuel/Projects/tenancy-docs/source/404.blade.php ENDPATH**/ ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue