summaryrefslogtreecommitdiff
path: root/source/404.blade.php
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-02-21 21:48:04 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-02-21 21:48:04 +0000
commit11ddf0a921ea701a5f9cbc96afb510d0b2da2886 (patch)
tree3c306faa180d33f81026548bc8bdda4927b3c512 /source/404.blade.php
parentf75fad504b7181c6fd810016dfcb1672fc486ab7 (diff)
Tidy up 404 page
Diffstat (limited to 'source/404.blade.php')
-rw-r--r--source/404.blade.php14
1 files changed, 2 insertions, 12 deletions
diff --git a/source/404.blade.php b/source/404.blade.php
index 4f1b6a3..bd4a5c3 100644
--- a/source/404.blade.php
+++ b/source/404.blade.php
@@ -1,15 +1,5 @@
@extends('_layouts.master')
-@section('body')
- <div class="flex flex-col items-center text-gray-700 mt-32">
- <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 border my-8">
-
- <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>
+@section('article')
+ TODO
@endsection