Added FontAwesome

This commit is contained in:
2020-06-23 15:32:42 +02:00
parent 4ddc765082
commit 8ac68ef7b9
58 changed files with 36393 additions and 43 deletions
@@ -6,7 +6,8 @@
<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/webapp.css") }}">
</head>
<body style="background-color: #00788a;">
<body>
@yield("content")
<script src="{{ mix("/js/app.js") }}"></script>