mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
10 lines
188 B
HTML
10 lines
188 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Hello World</title>
|
|
<script src="built/helloworld-bundle.js"></script>
|
|
</head>
|
|
<body>
|
|
<hello-world-app></hello-world-app>
|
|
</body>
|
|
</html>
|