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

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

Issue 59073003: Version 0.8.10.4 (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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. 5 BSD-style license that can be found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <title>Tracker</title> 11 <title>Tracker</title>
12 12
13 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 13 <meta name="viewport" content="width=device-width, initial-scale=1.0">
14 <link rel="stylesheet" href="css/index.css"> 14 <link rel="stylesheet" href="css/index.css">
15 <link rel="stylesheet" href="css/third_party/bootstrap.min.css"> 15 <link rel="stylesheet" href="css/third_party/bootstrap.min.css">
16 16
17 <link rel="import" href="elements/tracker_app.html"> 17 <link rel="import" href="elements/tracker_app.html">
18 <script type="application/dart"> 18 <script type="application/dart">export "package:polymer/init.dart";</script>
19 import "package:polymer/init.dart";
20 export "package:polymer/init.dart";
21 </script>
22 <script src="packages/browser/dart.js"></script> 19 <script src="packages/browser/dart.js"></script>
23 </head> 20 </head>
24 <body> 21 <body>
25 <tracker-app></tracker-app> 22 <tracker-app></tracker-app>
26 </body> 23 </body>
27 </html> 24 </html>
OLDNEW
« no previous file with comments | « dart/samples/third_party/todomvc/web/index.html ('k') | dart/sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698