mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
15 lines
464 B
HTML
15 lines
464 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
|
|
<base href="/">
|
|
<title>Storybook for Polymer!</title>
|
|
<script src="webcomponents-loader.js"></script>
|
|
<script src="custom-elements-es5-adapter.js"></script>
|
|
</head>
|
|
<body>
|
|
<polymer-playground-app title="Polymer playground app"}></polymer-playground-app>
|
|
</body>
|
|
</html>
|