mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
369 B
HTML
14 lines
369 B
HTML
<!DOCTYPE html>
|
|
<base>
|
|
<title>Todo Angular</title>
|
|
<link rel="stylesheet" href="css/main.css" media="screen" title="no title" charset="utf-8">
|
|
<base href="./">
|
|
<body>
|
|
<todo-app>
|
|
Loading...
|
|
</todo-app>
|
|
|
|
<script src="/_main/modules/node_modules/zone.js/bundles/zone.umd.js"></script>
|
|
<script type="module" src="/app_bundle.js"></script>
|
|
</body>
|
|
</html>
|