Init
This commit is contained in:
6
resources/views/errors/404.blade.php
Normal file
6
resources/views/errors/404.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<x-app-layout>
|
||||
<div class="flex w-full justify-center items-center" style="height: 80vh;">
|
||||
<img src="/images/404.png">
|
||||
</img>
|
||||
</div>
|
||||
</x-app-layout>
|
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>
|
14
resources/views/errors/503.blade.php
Normal file
14
resources/views/errors/503.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="grid grid-rows-2 text-center">
|
||||
<img src="/images/hs_banner.png">
|
||||
<h1 class="font-semibold text-2xl text-gray-800 dark:text-gray-200 leading-tight pt-5">We are currently doing some maintenance.</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user