diff options
| author | Camil Staps | 2022-09-28 10:26:45 +0200 | 
|---|---|---|
| committer | Camil Staps | 2022-09-28 10:26:45 +0200 | 
| commit | 464e8805e1abe062984d7714b95fb1d764f9f97e (patch) | |
| tree | c6a69b4ac4a31ba39afc4beae458433dfd129360 /resources/views/layouts/master.blade.php | |
| parent | Update to Laravel 8.0 (diff) | |
Diffstat (limited to 'resources/views/layouts/master.blade.php')
| -rw-r--r-- | resources/views/layouts/master.blade.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 73f7b61..c70afec 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  <html lang="en">  	<head>  		<meta charset="utf-8"/> +		<meta name="viewport" content="width=device-width, initial-scale=1"/>  		<meta name="csrf-token" content="{{ csrf_token() }}"/>  		<title>λύω-trainer</title> | 
