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

14 lines
320 B
HTML
Raw Normal View History

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