Init
This commit is contained in:
14
resources/views/errors/500.blade.php
Normal file
14
resources/views/errors/500.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
@include('partials.head')
|
||||
<body class="font-sans antialiased">
|
||||
<div class="flex flex-col min-h-screen bg-gray-100 dark:bg-neutral-900">
|
||||
<div class="flex w-full justify-center items-center" style="height: 80vh;">
|
||||
<div class="flex w-full justify-center items-center" style="height: 80vh;">
|
||||
<img src="/images/500.png">
|
||||
</img>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user