13 lines
312 B
PHP
13 lines
312 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Skunk Lounge</title>
|
|
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
|
@inertiaHead
|
|
</head>
|
|
<body class="bg-dark-bg text-white">
|
|
@inertia
|
|
</body>
|
|
</html> |