isu-elements
Version:
Polymer components for building web apps.
20 lines (19 loc) • 541 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh"/>
<title>isuwang-element</title>
<script type="module">
import './node_modules/@polymer/iron-component-page/iron-component-page.js';
</script>
</head>
<body>
<!--
Visit demo/index.html to see live examples of your element running.
This page will automatically redirect you there when run in the browser
with `polymer serve`.
-->
<iron-component-page></iron-component-page>
</body>
</html>