Files
speedBB/resources/views/app.blade.php
2025-12-29 18:19:24 +01:00

14 lines
323 B
PHP

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SpeedBB</title>
@viteReactRefresh
@vite(['resources/js/main.jsx'])
</head>
<body>
<div id="root"></div>
</body>
</html>