mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
17 lines
236 B
HTML
17 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>
|