2017-11-18 18:35:07 +01:00

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>