UNPKG

755 BHTMLView Raw
1<!doctype html>
2<html>
3<head>
4 <meta charset="utf-8">
5 <title>Angular2 • TodoMVC • Compodoc ready</title>
6 <base href="/">
7
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <link rel="icon" type="image/x-icon" href="favicon.ico">
10</head>
11<body>
12 <app-root>Loading...</app-root>
13 <footer class="info">
14 <p>Double-click to edit a todo</p>
15 <p>
16 Created by <a href="http://github.com/vogloblinsky" target="_blank">Vincent ogloblinsky</a>
17 using <a href="http://angular.io" target="_blank">Angular2</a>
18 documented using <a href="https://compodoc.github.io/compodoc/" target="_blank">Compodoc</a>
19 </p>
20 <p>Part of <a href="http://todomvc.com" target="_blank">TodoMVC</a></p>
21 </footer>
22</body>
23</html>