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

Side by Side Diff: src/site/docs/tutorials/connect-dart-html/examples/mini/mini.html

Issue 26542002: edit pass on T3,4,5, updated images (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merging with master Created 7 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <title>A Minimalist App</title>
6 </head>
7 <body>
8 <p id="RipVanWinkle"></p>
9
10 <script type="application/dart" src="mini.dart"></script>
11 <script src="packages/browser/dart.js"></script>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698