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>
|