angular/modules/playground/src/todo/index.html

14 lines
313 B
HTML

<!doctype html>
<base>
<title>Todo Angular</title>
<link rel="stylesheet" href="css/main.css" media="screen" title="no title" charset="utf-8">
<base href="./">
<body>
<todo-app>
Loading...
</todo-app>
<!--load location for ts_devserver-->
<script src="/app_bundle.js"></script>
</body>
</html>