initial commit

This commit is contained in:
TheOnlyMace
2026-05-17 13:26:14 +02:00
commit 75299b723d
176 changed files with 20327 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Konsole Fehler</title>
@vite(['resources/css/app.css'])
</head>
<body class="flex min-h-screen items-center justify-center bg-slate-950 text-slate-100">
<div class="max-w-md rounded-xl border border-red-800 bg-slate-900 p-8 text-center">
<h1 class="text-lg font-semibold text-red-400">Konsole nicht verfügbar</h1>
<p class="mt-4 text-sm text-slate-400">{{ $error }}</p>
<a href="{{ route('vms.show', $vm) }}" class="mt-6 inline-block text-cyan-400 hover:underline"> Zurück</a>
</div>
</body>
</html>