Delete Old Codesection

main
boban 2025-09-28 23:48:38 +02:00
parent af735c5012
commit 08c58699ba
1 changed files with 1 additions and 39 deletions

View File

@ -1,42 +1,4 @@
{{--
<!doctype html>
<html lang="de" class="h-full">
<head>
<meta charset="utf-8">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>@yield('title', env('APP_NAME'))</title>
@vite(['resources/css/app.css','resources/js/app.js'])
@livewireStyles
</head>
<body class="h-full text-gray-100 antialiased selection:bg-indigo-500/30 selection:text-white">
<div class="fixed inset-0 -z-10 pointer-events-none
[background:radial-gradient(1200px_800px_at_85%_-10%,rgba(139,215,255,.16),transparent_60%),radial-gradient(900px_700px_at_10%_110%,rgba(121,255,163,.10),transparent_60%),linear-gradient(180deg,#0b0f14,#111827_55%,#172130)]">
</div>
<main class="min-h-screen">
<header class="max-w-6xl mx-auto px-6 pt-8 pb-6 flex items-center justify-between">
<div class="flex items-center gap-3">
<div
class="h-9 w-9 rounded-xl bg-indigo-600/80 backdrop-blur-xs flex items-center justify-center border border-glass-border font-semibold">
FM
</div>
<div class="font-semibold tracking-wide opacity-90">{{ env('APP_NAME') }}</div>
<div class="text-xs text-gray-400 border border-glass-border rounded-md px-2 py-0.5 ml-2">
{{ config('app.version','dev') }}
</div>
</div>
<div class="text-xs text-gray-400">
Setup-Phase: {{ config('app.setup_phase', env('SETUP_PHASE','bootstrap')) }}</div>
</header>
<div class="max-w-6xl mx-auto px-6 pb-16">
@yield('content')
</div>
</main>
@livewireScripts
</body>
</html>
--}}<!DOCTYPE html>
<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}" class="h-dvh">
<head>
<meta charset="utf-8">