This reverts commit 810b7072d0a9ba0b07162f7a600a75347b06d379 because it's part of a PR that was red on CircleCI once it was merged into master (Windows tests are only run on master, not on PRs). PR Close #34360
14 lines
320 B
HTML
14 lines
320 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>
|
|
</body>
|
|
</html>
|