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

Side by Side Diff: dart/samples/dartiverse_search/web/index.html

Issue 57813002: Version 0.8.10.3 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « dart/samples/dartiverse_search/web/client.dart ('k') | dart/sdk/bin/dart2js.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE> 1 <!DOCTYPE>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf8"> 4 <meta charset="utf8">
5 <script type="application/dart" src="client.dart"></script> 5 <script type="application/dart" src="client.dart"></script>
6 <script src="packages/browser/dart.js"></script> 6 <script src="packages/browser/dart.js"></script>
7 <style type="text/css"> 7 <style type="text/css">
8 body { 8 body {
9 font-family: helvetica; 9 font-family: helvetica;
10 } 10 }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </input> 46 </input>
47 <div id="status"></div> 47 <div id="status"></div>
48 </header> 48 </header>
49 <div id="results"> 49 <div id="results">
50 </div> 50 </div>
51 <div class="clear"></div> 51 <div class="clear"></div>
52 <footer>Search-requests are sent to the server-side Dart application, 52 <footer>Search-requests are sent to the server-side Dart application,
53 that will forward the requests to the invidual API providers.</footer> 53 that will forward the requests to the invidual API providers.</footer>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « dart/samples/dartiverse_search/web/client.dart ('k') | dart/sdk/bin/dart2js.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698