Chromium Code Reviews| Index: samples/calculator/calculator.html |
| diff --git a/samples/calculator/calculator.html b/samples/calculator/calculator.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d2e23e0b8cf66b9fcff72b9abab8d9a4924927b7 |
| --- /dev/null |
| +++ b/samples/calculator/calculator.html |
| @@ -0,0 +1,6 @@ |
| +<html> |
| + <head><title>Dart Calculator</title><head> |
| + <body> |
| + <script type="application/javascript" src="calculator.js"></script> |
|
Jacob
2012/04/05 18:06:01
why is this script in the body instead of the head
|
| + </body> |
| +</html> |