go-htmx-gsd #1

Merged
arthur merged 558 commits from go-htmx-gsd into main 2026-05-23 15:16:44 +00:00
Showing only changes of commit cae5e7c785 - Show all commits

View file

@ -11,6 +11,7 @@ templ CatalogPage() {
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Component Catalog</title>
<link rel="stylesheet" href="/static/tailwind.css"/>
<style>
/* Catalog shell — minimal reset only, no app.css import (D-A04) */
*, *::before, *::after { box-sizing: border-box; }