Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: samples/calculator/calculator.html

Issue 10010009: Calculator App for ChromeOS with fixes for templates/CSS to support this application. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mininimal templates and more text node tests. Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698