adding materialze-css

This commit is contained in:
TLRZ Seyfferth
2017-09-13 15:46:06 +02:00
parent 8a0e5bfeba
commit 0ecf28b4bb
4 changed files with 25 additions and 7 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/css/app.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/css/app.css" rel="stylesheet" type="text/css" media="screen/projection">
<script src="https://use.fontawesome.com/c7dd014e97.js"></script>
<title>@yield('title') - Gastro</title>
</head>