14 lines
323 B
PHP
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>
|