first commit

This commit is contained in:
Uther
2024-08-20 21:08:23 +02:00
commit a46fcb28b0
80 changed files with 13840 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Themepark Info</title>
@vite('resources/css/app.css')
</head>
<body class="bg-gray-500">
<h1 class="text-3xl font-bold p-4">
@yield('content')
</h1>
</body>
</html>