Files
hstream/resources/views/errors/503.blade.php
2025-09-18 15:31:27 +02:00

15 lines
661 B
PHP

<!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>