2022-12-14 11:38:07 +00:00
|
|
|
<!DOCTYPE html>
|
2019-01-28 20:59:25 +00:00
|
|
|
<html lang="en">
|
2022-12-14 11:38:07 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>Angular Examples</title>
|
|
|
|
|
<base href="/" />
|
2019-01-28 20:59:25 +00:00
|
|
|
|
2022-12-14 11:38:07 +00:00
|
|
|
<!-- Prevent the browser from requesting any favicon. This could throw off the console
|
2019-01-28 20:59:25 +00:00
|
|
|
output checks. -->
|
2022-12-14 11:38:07 +00:00
|
|
|
<link rel="icon" href="data:," />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<example-app>Loading...</example-app>
|
|
|
|
|
<script src="/app_bundle.js"></script>
|
|
|
|
|
</body>
|
2019-01-28 20:59:25 +00:00
|
|
|
</html>
|