diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-08 02:47:49 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-03-08 02:47:49 +0000 |
| commit | 984f61c9af752a5455551e7bc28cd82f4269f83b (patch) | |
| tree | 9e2476dcf2d6abe0dafcb8a9c59e0e37b74f2720 | |
| parent | 22657d7a8268d703b3461bdcbd508a897ade9966 (diff) | |
Update 404 page
| -rw-r--r-- | source/404.blade.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/404.blade.php b/source/404.blade.php index bd4a5c3..9fd5700 100644 --- a/source/404.blade.php +++ b/source/404.blade.php @@ -1,5 +1,9 @@ @extends('_layouts.master') @section('article') - TODO + <div class="bg-gray-700 rounded-lg p-6"> + <h1 class="text-green-300 text-3xl font-bold">Page not found</h1> + <p>Looks like you've followed a broken link or entered a URL that doesn't exist on this site.</p> + <a href="/"><< Back to the site</a> + </div> @endsection |
