mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
18 lines
268 B
HTML
18 lines
268 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Storybook UI Demo</title>
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id='root'>
|
|
</div>
|
|
<script src="/static/bundle.js"></script>
|
|
</body>
|
|
</html>
|