mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(skin): add error dialogs (#603)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user