angular-cn/integration/ng_elements/src/hello-world.html

18 lines
236 B
HTML

<!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>