| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 | 2 |
| 3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3 <!-- Copyright (c) 2012, 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 <title>Hi Dart</title> | 9 <title>Hi Dart</title> |
| 10 </head> | 10 </head> |
| 11 <body> | 11 <body> |
| 12 <h2 id="status">dart is not running</h2> | 12 <h2 id="status">Waiting for Dart to start</h2> |
| 13 <script type="application/dart" src="hi.dart"></script> | 13 <script type="application/dart" src="hi.dart"></script> |
| 14 <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/clie
nt/dart.js"></script> | 14 <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/cli
ent/dart.js"></script> |
| 15 </body> | 15 </body> |
| 16 </html> | 16 </html> |
| OLD | NEW |