Sha256: fdab6b9fe73b647d4f44e1e808ae1fdb42b48ef253e538e8764f41899d8a3e29
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title><%= content_for(:title) || "Rails" %></title> <%= csrf_meta_tags %> <%= csp_meta_tag %> <!-- Fonts --> <link rel="preconnect" href="https://fonts.bunny.net"> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" /> <%= vite_client_tag %> <%= vite_react_refresh_tag %> <%= vite_typescript_tag 'application.tsx', defer: true %> </head> <body class="font-sans antialiased"> <div class="min-h-screen bg-gray-100"> <%= yield %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kaze-0.2.0 | stubs/inertia-react-ts/app/views/layouts/application.html.erb |
kaze-0.1.0 | stubs/inertia-react-ts/app/views/layouts/application.html.erb |