diff options
Diffstat (limited to 'resources/views/template.blade.php')
| -rwxr-xr-x | resources/views/template.blade.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php index 5d41e61..61a7a59 100755 --- a/resources/views/template.blade.php +++ b/resources/views/template.blade.php @@ -5,7 +5,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TG</title> <meta name="csrf-token" content="{{ csrf_token() }}"> - <link rel="stylesheet" href="/css/home.css"> + @v('css/home.css') + <!--<link rel="stylesheet" href="/css/home.css">--> @yield('head') </head> <body> |
