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

Side by Side Diff: third_party/pkg/js/example/jsonp/jsonp.html

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min. css"
6 rel="stylesheet">
7 <title>Using JSONP with Dart</title>
8 </head>
9 <body>
10 <div class="container">
11 <h1>Dart Repos on Github</h1>
12
13 <table id="repo-table" class="table table-bordered table-striped">
14 <thead></thead>
15 <tbody></tbody>
16 </table>
17 </div>
18 <script type="application/dart" src="jsonp.dart"></script>
19 <script src="packages/browser/dart.js"></script>
20 <script src="packages/browser/interop.js"></script>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « third_party/pkg/js/example/jsonp/jsonp.dart ('k') | third_party/pkg/js/gh-pages-template/dart_32_32.gif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698