2018-05-29 18:35:48 -04:00
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Bazel Integration Test</title>
|
2019-02-13 19:31:29 -05:00
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-05-29 18:35:48 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-02-13 19:31:29 -05:00
|
|
|
<!-- The Angular application will be bootstrapped into this element. -->
|
2018-05-29 18:35:48 -04:00
|
|
|
<app-component></app-component>
|
|
|
|
</body>
|
|
|
|
</html>
|