2018-05-29 15:35:48 -07:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Bazel Integration Test</title>
|
2019-02-13 16:31:29 -08:00
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-05-29 15:35:48 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-02-13 16:31:29 -08:00
|
|
|
<!-- The Angular application will be bootstrapped into this element. -->
|
2018-05-29 15:35:48 -07:00
|
|
|
<app-component></app-component>
|
2020-01-08 00:42:33 -08:00
|
|
|
<script src="/npm/node_modules/zone.js/dist/zone.min.js"></script>
|
2019-11-27 14:12:10 -08:00
|
|
|
<script src="/bundle.min.js"></script>
|
2018-05-29 15:35:48 -07:00
|
|
|
</body>
|
|
|
|
</html>
|