<!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>
<script src="dist/bundle.js"></script>
</body>
</html>