13 lines
232 B
HTML
13 lines
232 B
HTML
|
<!doctype html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Bazel Integration Test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<app-component></app-component>
|
||
|
<script src="/zone.min.js"></script>
|
||
|
<script src="/bundle.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|