angular-cn/integration/bazel/src/index.html

16 lines
441 B
HTML

<!doctype html>
<html>
<head>
<title>Bazel Integration Test</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- The Angular application will be bootstrapped into this element. -->
<app-component></app-component>
<script src="/npm/node_modules/zone.js/bundles/zone.umd.min.js"></script>
<script src="/bundle.min.js"></script>
</body>
</html>