diff options
Diffstat (limited to 'resources/views/player.blade.php')
-rw-r--r-- | resources/views/player.blade.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/views/player.blade.php b/resources/views/player.blade.php index 7970cea..fab87fa 100644 --- a/resources/views/player.blade.php +++ b/resources/views/player.blade.php @@ -1,3 +1,6 @@ +@php +use Illuminate\Support\Js; +@endphp <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> |