OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
4 for details. All rights reserved. Use of this source code is governed by a | 4 for details. All rights reserved. Use of this source code is governed by a |
5 BSD-style license that can be found in the LICENSE file. | 5 BSD-style license that can be found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/
bootstrap/3.0.3/css/bootstrap.min.css"> | 9 <link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/
bootstrap/3.0.3/css/bootstrap.min.css"> |
10 <link rel="stylesheet" type="text/css" href="../../../common.css"> | 10 <link rel="stylesheet" type="text/css" href="../../../common.css"> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <div class="well"> | 13 <div class="well"> |
14 <my-component></my-component> | 14 <span><a href="#/articles/all">All articles</a></span> | |
| 15 <span><a href="#/articles/featured">Featured article</a></span> |
15 </div> | 16 </div> |
| 17 <section> |
| 18 <ng-view></ng-view> |
| 19 </section> |
| 20 |
16 <script type="application/dart" src="main.dart"></script> | 21 <script type="application/dart" src="main.dart"></script> |
17 <script src="packages/browser/dart.js"></script> | 22 <script src="packages/browser/dart.js"></script> |
18 </body> | 23 </body> |
19 </html> | 24 </html> |
OLD | NEW |