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

Side by Side Diff: client/samples/swarm/swarm.html

Issue 9226025: New dart.js bootstrap script for apps (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | Annotate | Revision Log
OLDNEW
1 <!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 <!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a 2 for details. All rights reserved. Use of this source code is governed by a
3 BSD-style license that can be found in the LICENSE file. --> 3 BSD-style license that can be found in the LICENSE file. -->
4 4
5 <!DOCTYPE html> 5 <!DOCTYPE html>
6 <html> 6 <html>
7 <head> 7 <head>
8 <title>Swarm</title> 8 <title>Swarm</title>
9 <!-- This tag improves the experience on mobile browsers. --> 9 <!-- This tag improves the experience on mobile browsers. -->
10 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximu m-scale=1.0, user-scalable=0"> 10 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximu m-scale=1.0, user-scalable=0">
(...skipping 18 matching lines...) Expand all
29 </div> 29 </div>
30 </div> 30 </div>
31 <div class="footer"> 31 <div class="footer">
32 <a href="http://www.flickr.com/photos/jimmybrown/4041963981/">photo by jimmybrown</a> under <a href="http://creativecommons.org/licenses/by/2.0/deed.en ">CC-BY-2.0</a> on 2011-09-21, contrast and encoding modified 32 <a href="http://www.flickr.com/photos/jimmybrown/4041963981/">photo by jimmybrown</a> under <a href="http://creativecommons.org/licenses/by/2.0/deed.en ">CC-BY-2.0</a> on 2011-09-21, contrast and encoding modified
33 </div> 33 </div>
34 </div> 34 </div>
35 35
36 <div style="display:none"> 36 <div style="display:none">
37 <script type="application/dart" src="swarm.dart"></script> 37 <script type="application/dart" src="swarm.dart"></script>
38 </div> 38 </div>
39 <script>{}</script> 39 <script src="../../dart.js"></script>
dgrove 2012/01/20 20:57:03 ditto
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698