Update base.blade.php

This commit is contained in:
Sebastian D 2020-08-21 13:41:06 +02:00 committed by GitHub
parent 78f97cbe9f
commit 6e277e9e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<title>@yield("title")</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="{{ asset("/css/normalize.css") }}">
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
</head>
<body style="background-color: #00788a;">