ge">4 anos atrás l10n.php d01d7cf85d first commit 4 anos atrás link-template.php d01d7cf85d first commit 4 anos atrás load.php d01d7cf85d first commit 4 anos atrás locale.php d01d7cf85d first commit 4 anos atrás media-template.php d01d7cf85d first commit 4 anos atrás media.php d01d7cf85d first commit 4 anos atrás meta.php d01d7cf85d first commit 4 anos atrás ms-blogs.php d01d7cf85d first commit 4 anos atrás ms-default-constants.php d01d7cf85d first commit 4 anos atrás ms-default-filters.php d01d7cf85d first commit 4 anos atrás ms-deprecated.php d01d7cf85d first commit 4 anos atrás ms-files.php d01d7cf85d first commit 4 anos atrás ms-functions.php d01d7cf85d first commit 4 anos atrás ms-load.php d01d7cf85d first commit 4 anos atrás ms-network.php d01d7cf85d first commit 4 anos atrás ms-settings.php d01d7cf85d first commit 4 anos atrás ms-site.php d01d7cf85d first commit 4 anos atrás nav-menu-template.php d01d7cf85d first commit 4 anos atrás nav-menu.php d01d7cf85d first commit 4 anos atrás option.php d01d7cf85d first commit 4 anos atrás pluggable-deprecated.php d01d7cf85d first commit 4 anos atrás pluggable.php d01d7cf85d first commit 4 anos atrás plugin.php d01d7cf85d first commit 4 anos atrás post-formats.php d01d7cf85d first commit 4 anos atrás post-template.php d01d7cf85d first commit 4 anos atrás post-thumbnail-template.php d01d7cf85d first commit 4 anos atrás post.php d01d7cf85d first commit 4 anos atrás query.php d01d7cf85d first commit 4 anos atrás registration-functions.php d01d7cf85d first commit 4 anos atrás registration.php d01d7cf85d first commit 4 anos atrás rest-api.php d01d7cf85d first commit 4 anos atrás revision.php d01d7cf85d first commit 4 anos atrás rewrite.php d01d7cf85d first commit 4 anos atrás robots-template.php d01d7cf85d first commit 4 anos atrás rss-functions.php d01d7cf85d first commit 4 anos atrás rss.php d01d7cf85d first commit 4 anos atrás script-loader.php d01d7cf85d first commit 4 anos atrás session.php d01d7cf85d first commit 4 anos atrás shortcodes.php d01d7cf85d first commit 4 anos atrás sitemaps.php d01d7cf85d first commit 4 anos atrás spl-autoload-compat.php d01d7cf85d first commit 4 anos atrás taxonomy.php d01d7cf85d first commit 4 anos atrás template-canvas.php d01d7cf85d first commit 4 anos atrás template-loader.php d01d7cf85d first commit 4 anos atrás template.php d01d7cf85d first commit 4 anos atrás theme-i18n.json d01d7cf85d first commit 4 anos atrás theme-templates.php d01d7cf85d first commit 4 anos atrás theme.json d01d7cf85d first commit 4 anos atrás theme.php d01d7cf85d first commit 4 anos atrás update.php d01d7cf85d first commit 4 anos atrás user.php d01d7cf85d first commit 4 anos atrás vars.php d01d7cf85d first commit 4 anos atrás version.php d01d7cf85d first commit 4 anos atrás widgets.php d01d7cf85d first commit 4 anos atrás wlwmanifest.xml d01d7cf85d first commit 4 anos atrás wp-db.php d01d7cf85d first commit 4 anos atrás wp-diff.php d01d7cf85d first commit 4 anos atrás tum/coi - Gogs: Simplico Git Service

Keine Beschreibung

base.html 556B

1234567891011121314151617181920
  1. {% load static tailwind_tags %}
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>Django Tailwind</title>
  6. <meta charset="UTF-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9. {% tailwind_css %}
  10. </head>
  11. <body class="bg-gray-50 font-serif leading-normal tracking-normal">
  12. <div class="container mx-auto">
  13. <section class="flex items-center justify-center h-screen">
  14. <h1 class="text-5xl">Django + Tailwind = ❤️</h1>
  15. </section>
  16. </div>
  17. </body>
  18. </html>