mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 00:31:07 +08:00
19 lines
568 B
HTML
19 lines
568 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="docs-root"></div>
|
|
<script type="module" src="./storybook.ts"></script>
|
|
<div class="sb-errordisplay sb-wrapper">
|
|
<div id="error-message" class="sb-heading"></div>
|
|
<pre class="sb-errordisplay_code"><code id="error-stack"></code></pre>
|
|
</div>
|
|
</body>
|
|
</html>
|