diff options
Diffstat (limited to 'resources/views')
-rw-r--r-- | resources/views/player.blade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/player.blade.php b/resources/views/player.blade.php index 9c20584..31836eb 100644 --- a/resources/views/player.blade.php +++ b/resources/views/player.blade.php @@ -1,5 +1,7 @@ <html> <head> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>{{ $sco->title }}</title> <style> * { margin: 0; |