This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Description
There is a live example of the template hosted by JS bin (http://jsbin.com/qaxiw/7/edit). But it seems that the image is not shown correctly because the image URL was changed. This issue can be fixed by updating the following line with the new image URL.
@@ -19,7 +19,7 @@
}
</style>
<div id="container">
- <img class="webcomponents" src="http://webcomponents.org/img/logo.svg">
+ <img class="webcomponents" src="https://web-components-resources.appspot.com/static/logo.svg">
</div>
</template>
</head>
Before

After
