mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
198 B
HTML
12 lines
198 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Hello Http</title>
|
|
<body>
|
|
<http-app>
|
|
Loading...
|
|
</http-app>
|
|
|
|
<!--load location for ts_devserver-->
|
|
<script src="/app_bundle.js"></script>
|
|
</body>
|
|
</html>
|