2018-07-15 16:02:16 -07:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>Hello World</title>
|
|
|
|
|
<base href="/">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<input type="text">
|
|
|
|
|
<hello-world-el></hello-world-el>
|
2020-11-04 20:46:59 +02:00
|
|
|
<hello-world-onpush-el></hello-world-onpush-el>
|
2020-11-04 20:45:33 +02:00
|
|
|
<hello-world-shadow-el></hello-world-shadow-el>
|
2018-07-15 16:02:16 -07:00
|
|
|
<script src="dist/bundle.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|