mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
21 lines
569 B
HTML
21 lines
569 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script>
|
|
if (window.parent !== window) {
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
}
|
|
</script>
|
|
<title>React Storybook</title>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="error-display"></div>
|
|
<script src="static/preview.bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|