Mercurial
comparison design_system/src/index.html @ 256:30c2196d03d4
[site] Integrate Zenbu themes and components
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 16:49:01 -0700 |
| parents | 2b6e732087ff |
| children | 60a876c4587a |
comparison
equal
deleted
inserted
replaced
| 255:5ec271d612ae | 256:30c2196d03d4 |
|---|---|
| 4 <meta charset="utf-8" /> | 4 <meta charset="utf-8" /> |
| 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> | 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 6 <meta name="color-scheme" content="light dark" /> | 6 <meta name="color-scheme" content="light dark" /> |
| 7 <title>Zenbu UI</title> | 7 <title>Zenbu UI</title> |
| 8 <link rel="stylesheet" href="/styles/tokens.css" /> | 8 <link rel="stylesheet" href="/styles/tokens.css" /> |
| 9 <link rel="stylesheet" href="/styles/themes.css" /> | |
| 9 <link rel="stylesheet" href="/styles/components.css" /> | 10 <link rel="stylesheet" href="/styles/components.css" /> |
| 10 <link rel="stylesheet" href="/storybook.css" /> | 11 <link rel="stylesheet" href="/storybook.css" /> |
| 11 <script type="module" src="/storybook.js"></script> | 12 <script type="module" src="/storybook.js"></script> |
| 12 </head> | 13 </head> |
| 13 <body> | 14 <body> |