blob: c3265881bd3bdcc28b381dac0c05f49a92d10e5c [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Angular Bazel Example</title>
<base href="/example">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<!-- The Angular application will be bootstrapped into this element. -->
<app-component></app-component>
</body>
</html>