angular/modules/playground/src/todo/index.html
Joey Perrott c35c0c7f2f build: update to bazel 7.6.0 (#63096)
Update to later version of bazel

PR Close #63096
2025-08-14 13:01:30 +02:00

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>