From c9299b5410a55fa867826e389d16a48479a78504 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 11 Jun 2024 18:02:01 +0100 Subject: Merge MVC rewrite into master (#21) * Just commit it all * Require auth * crap * Update homepage * Block AI scrapers * Update cache update script * Add dummy file * Remove unnecessary lastfm config var * Use withQueryParameters for LastFM API * Fix embeds * Update example env * Smard --- resources/views/errors/404.blade.php | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to 'resources/views/errors/404.blade.php') diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index ebd22b7..812ec99 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -1,27 +1,4 @@ -@extends('errors::minimal') -@section('content') - -

Error 404 | Page not found!

-
-

The page /{{ Request::path() }}/ doesn't exist! Did you mean...

- -

Still haven't found what you were looking for or believe this is a server error? Contact the webmaster!

-
-

Diagnostic Info

-
- - Server:  {{ gethostname() }}
- Your IP: {{ Request::ip() }}
- 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 + + 404 + Page not found! + -- cgit v1.2.3-54-g00ecf