feat(skin): add error dialogs (#603)

This commit is contained in:
Sam Potts
2026-02-25 14:38:57 +11:00
committed by GitHub
parent 78112fbefd
commit ba94f74b91
25 changed files with 1641 additions and 477 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sandbox</title>
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href="../styles.css" />
</head>
<body class="p-8 font-mono text-neutral-900">
<h1 class="text-2xl font-bold mb-6">Sandbox</h1>
@@ -12,6 +12,7 @@
<li><a href="/core/" class="text-blue-600 underline hover:text-blue-800">Core</a></li>
<li><a href="/html/" class="text-blue-600 underline hover:text-blue-800">HTML</a></li>
<li><a href="/react/" class="text-blue-600 underline hover:text-blue-800">React</a></li>
<li><a href="/react-tailwind/" class="text-blue-600 underline hover:text-blue-800">React & Tailwind</a></li>
</ul>
</body>
</html>