mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
11 lines
197 B
HTML
11 lines
197 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Hello world</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="dist/bundle.js"></script>
|
|
</body>
|
|
</html> |