aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/web/hello-world/index.html
blob: 047a283d6e45b89f6fb15bb40156c46348c1e85f (plain)
1
2
3
4
5
6
<div id="container" onclick="clicked()">
	Click Me!
	<z-component type="box">
		<span slot="title">Hello World!<span>
	</z-component>
</div>