| 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 lang="en" manifest="nossl.appcache" itemscope itemtype="http://schema.org/
Product"> | 7 <html lang="en" manifest="ssl.appcache" itemscope itemtype="http://schema.org/Pr
oduct"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title>Try Dart!</title> | 10 <title>Try Dart!</title> |
| 11 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> | 11 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> |
| 12 <!-- | 12 <!-- |
| 13 TODO(ahe): Reduce the number of fonts used based on actual usage. | 13 TODO(ahe): Reduce the number of fonts used based on actual usage. |
| 14 | 14 |
| 15 See: http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,600,700,8
00,300 | 15 See: http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans:400,600,700,8
00,300 |
| 16 --> | 16 --> |
| 17 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" r
el="stylesheet"> | 17 <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" r
el="stylesheet"> |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 </div> | 271 </div> |
| 272 </div> | 272 </div> |
| 273 </footer> | 273 </footer> |
| 274 <!-- | 274 <!-- |
| 275 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc
hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> | 275 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc
hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> |
| 276 <script type="application/dart" src="leap.dart"></script> | 276 <script type="application/dart" src="leap.dart"></script> |
| 277 --> | 277 --> |
| 278 <script type="application/javascript" src="leap.dart.js"></script> | 278 <script type="application/javascript" src="leap.dart.js"></script> |
| 279 </body> | 279 </body> |
| 280 </html> | 280 </html> |
| OLD | NEW |