initial commit
This commit is contained in:
commit
0c42bef077
109 changed files with 16545 additions and 0 deletions
7
resources/views/components/head.blade.php
Normal file
7
resources/views/components/head.blade.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ $title ?? 'Movie Night' }}</title>
|
||||
<link type="text/css" href="resources/css/app.css" rel="stylesheet"/>
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
</head>
|
||||
Loading…
Add table
Add a link
Reference in a new issue