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 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 </head> | 10 </head> |
11 <body> | 11 <body> |
12 <element name="router-options" extends="ul" apply-author-styles> | 12 <polymer-element name="router-options" extends="ul" apply-author-styles> |
13 <template><content></content></template> | 13 <template><content></content></template> |
14 <script type="application/dart" src="router_options.dart"></script> | 14 <script type="application/dart" src="router_options.dart"></script> |
15 </element> | 15 </polymer-element> |
16 </body> | 16 </body> |
17 </html> | 17 </html> |
OLD | NEW |