gemini suggestion front page

This commit is contained in:
2026-01-22 19:29:25 +01:00
parent 985d8a7169
commit 8453801820
9 changed files with 334 additions and 3 deletions
+2 -1
View File
@@ -20,9 +20,10 @@
<%# Includes all stylesheet files in app/assets/stylesheets %>
<%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<body class="bg-slate-50 text-slate-900 font-sans antialiased">
<%= yield %>
</body>
</html>