2016-09-07 19:04:33 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2016-09-09 19:54:26 -04:00
|
|
|
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
|
|
|
|
<script type="text/javascript" src="bootstrap.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
System.import('main-dynamic').catch(console.error.bind(console));
|
|
|
|
</script>
|
2016-09-07 19:04:33 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<example-app>
|
|
|
|
loading...
|
|
|
|
</example-app>
|
|
|
|
</body>
|
|
|
|
</html>
|