From 725712aa35a989f1c2f179e210b8fa1c310e39e9 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 12 Jan 2024 18:57:10 +0000 Subject: Add custom error pages, pixel images, etc (also improve computers) --- resources/views/errors/minimal.blade.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 resources/views/errors/minimal.blade.php (limited to 'resources/views/errors/minimal.blade.php') diff --git a/resources/views/errors/minimal.blade.php b/resources/views/errors/minimal.blade.php new file mode 100644 index 0000000..e15c833 --- /dev/null +++ b/resources/views/errors/minimal.blade.php @@ -0,0 +1,21 @@ +@extends('layouts.minimal') +@section('content') +

Error @yield('code') | @yield('message')

+
+

Here, have a cat...

+

+

If you believe this is a server error, contact the webmaster

+
+

Diagnostic Info

+
+ + Server:  {{ gethostname() }}
+ Your IP: {{ Request::ip() }}
+ Root:    {!! url('') !!}
+ Path:    /{{ Request::path() }}/
+ Epoch:   {{ now()->timestamp }}
+ Agent:   Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0
+
+
+

© floppydisk 2021-2024

+@endsection -- cgit v1.2.3-54-g00ecf