Added Images, fonts, vagttelefon and menuplan

This commit is contained in:
Frederikmillingpytlick
2020-06-11 14:52:15 +02:00
parent 9c6d8c04cd
commit a341e61bad
32 changed files with 699 additions and 25 deletions
@@ -1,13 +1,16 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>@yield("title")</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="{{ mix("/css/app.css") }}">
</head>
<body>
@yield("header")
@yield("content")
<script src="{{ mix("/js/app.js") }}"></script>
@yield("scripts")
</body>
</html>