Initial commit
This commit is contained in:
commit
43a4c7dd29
71 changed files with 14226 additions and 0 deletions
13
resources/views/app.blade.php
Normal file
13
resources/views/app.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<title></title>
|
||||
@vite('resources/js/app.ts')
|
||||
@inertiaHead
|
||||
</head>
|
||||
<body>
|
||||
@inertia
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue