13 lines
203 B
HTML
Raw Normal View History

2015-06-22 10:52:00 +02:00
<!doctype html>
<html>
<title>Zippy Angular</title>
2015-06-22 10:52:00 +02:00
<body>
<zippy-app>
Loading...
</zippy-app>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
2015-06-22 10:52:00 +02:00
</body>
</html>