Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

21 rinda
632B

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Whoosh!</title>
  5. <link rel="preconnect" href="https://fonts.gstatic.com">
  6. <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap">
  7. <link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css">
  8. <style>
  9. body {
  10. font-family: 'Roboto', sans-serif;
  11. }
  12. </style>
  13. <meta charset="utf-8">
  14. </head>
  15. <body>
  16. <div class="min-h-screen flex flex-col">
  17. {!! $contents !!}
  18. </div>
  19. </body>
  20. </html>

Powered by TurnKey Linux.