| 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="nossl.appcache" itemscope itemtype="http://schema.org/
Product"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title>Try Dart!</title> | 10 <title>Try Dart!</title> |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 </div> | 229 </div> |
| 230 | 230 |
| 231 <div id="settings-dialog" class="myhidden container-fluid"> | 231 <div id="settings-dialog" class="myhidden container-fluid"> |
| 232 <div class="row-fluid"> | 232 <div class="row-fluid"> |
| 233 <div class="span12"> | 233 <div class="span12"> |
| 234 <div> | 234 <div> |
| 235 <h3>Settings</h3> | 235 <h3>Settings</h3> |
| 236 <div id="settings-body"> | 236 <div id="settings-body"> |
| 237 </div> | 237 </div> |
| 238 <div> | 238 <div> |
| 239 <a href="#" class="btn btn-primary" id="settings-done">Done</a> | 239 <a href="#" class="btn btn-primary" id="settings-done">Close</a> |
| 240 </div> | 240 </div> |
| 241 </div> | 241 </div> |
| 242 </div> | 242 </div> |
| 243 </div> | 243 </div> |
| 244 </div> | 244 </div> |
| 245 | 245 |
| 246 <div class="container-fluid"> | 246 <div class="container-fluid"> |
| 247 <article class="homepage"> | 247 <article class="homepage"> |
| 248 <section> | 248 <section> |
| 249 <div class="callouts row-fluid"> | 249 <div class="callouts row-fluid"> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 273 </div> | 273 </div> |
| 274 </div> | 274 </div> |
| 275 </footer> | 275 </footer> |
| 276 <!-- | 276 <!-- |
| 277 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc
hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> | 277 <script type="application/javascript" src="https://dart.googlecode.com/svn/branc
hes/bleeding_edge/dart/pkg/browser/lib/dart.js"></script> |
| 278 <script type="application/dart" src="leap.dart"></script> | 278 <script type="application/dart" src="leap.dart"></script> |
| 279 --> | 279 --> |
| 280 <script type="application/javascript" src="leap.dart.js"></script> | 280 <script type="application/javascript" src="leap.dart.js"></script> |
| 281 </body> | 281 </body> |
| 282 </html> | 282 </html> |
| OLD | NEW |