2019-03-18 08:53:00 -03:00
|
|
|
<!DOCTYPE html>
|
2019-05-19 00:11:22 -03:00
|
|
|
<html class="h-full bg-gray-200">
|
2019-03-18 08:53:00 -03:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
|
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
|
|
|
|
<script src="{{ mix('/js/app.js') }}" defer></script>
|
|
|
|
@routes
|
|
|
|
</head>
|
2019-05-19 00:11:22 -03:00
|
|
|
<body class="font-sans leading-none text-gray-800 antialiased">
|
2019-03-18 08:53:00 -03:00
|
|
|
|
2019-04-09 19:55:36 -03:00
|
|
|
@inertia
|
2019-03-18 08:53:00 -03:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|