storybook/lib/ui/example/index.html
2017-05-15 00:08:46 +02:00

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>