|
- <!doctype html>
- <html lang="en">
- <head>
- <title>Warehouse</title>
- <link rel="preconnect" href="https://fonts.gstatic.com">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap">
- <link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css">
- <style>
- body {
- font-family: 'Roboto', sans-serif;
- }
- </style>
- <meta charset="utf-8">
- </head>
- <body>
- <div class="min-h-screen flex flex-col">
- {!! $contents !!}
- </div>
- </body>
- </html>
|