13 lines
203 B
HTML

<!doctype html>
<html>
<title>Zippy Angular</title>
<body>
<zippy-app>
Loading...
</zippy-app>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
</body>
</html>