VANA/VANA-php/resources/views/base.blade.php

13 lines
342 B
PHP

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arenalyse</title>
@vite(['resources/css/app.css', 'resources/js/app.js', 'node_modules/@srgssr/pillarbox-web/dist/pillarbox.min.css'])
</head>
<body>
@yield('body')
</body>
</html>