Script erstellt

This commit is contained in:
Housemann
2025-08-10 18:09:07 +02:00
commit 2a15995cbb
196 changed files with 24790 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Logout Test</title>
<meta charset="utf-8">
</head>
<body>
<h1>Logout Test</h1>
<form action="{{ route("logout") }}" method="POST">
@csrf
<button type="submit">Abmelden</button>
</form>
<p>Route: {{ route("logout") }}</p>
</body>
</html>