summaryrefslogtreecommitdiff
path: root/source/404.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'source/404.blade.php')
-rw-r--r--source/404.blade.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/404.blade.php b/source/404.blade.php
deleted file mode 100644
index 349b404..0000000
--- a/source/404.blade.php
+++ /dev/null
@@ -1,12 +0,0 @@
----
-permalink: 404.html
----
-@extends('_layouts.master')
-
-@section('article')
- <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="/">&lt;&lt; Back to the site</a>
- </div>
-@endsection