Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <!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>
|