2016-02-10 14:27:14 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- #docregion -->
|
|
|
|
<html>
|
2016-05-13 16:32:54 -04:00
|
|
|
<head>
|
|
|
|
<title>Angular 2 Http Demo</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
2016-05-18 00:25:41 -04:00
|
|
|
<link rel="stylesheet" href="sample.css">
|
2016-02-10 14:27:14 -05:00
|
|
|
|
2016-05-13 16:32:54 -04:00
|
|
|
<script defer src="main.dart" type="application/dart"></script>
|
|
|
|
<script defer src="packages/browser/dart.js"></script>
|
|
|
|
</head>
|
2016-02-10 14:27:14 -05:00
|
|
|
|
2016-05-13 16:32:54 -04:00
|
|
|
<body>
|
2016-05-18 00:25:41 -04:00
|
|
|
<my-app>Loading...</my-app>
|
2016-05-13 16:32:54 -04:00
|
|
|
</body>
|
2016-02-10 14:27:14 -05:00
|
|
|
|
|
|
|
</html>
|