First commit
This commit is contained in:
18
resources/views/app.blade.php
Normal file
18
resources/views/app.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
|
||||
|
||||
@route
|
||||
@inertiaHead
|
||||
@vite('resources/js/app.js')
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@inertia
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user