Index: third_party/pkg/js/example/jsonp/jsonp.html |
diff --git a/third_party/pkg/js/example/jsonp/jsonp.html b/third_party/pkg/js/example/jsonp/jsonp.html |
deleted file mode 100644 |
index 01ac62b00ebc4d8d7b9498092f1e2b99b8f11ca2..0000000000000000000000000000000000000000 |
--- a/third_party/pkg/js/example/jsonp/jsonp.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <meta charset="utf-8"> |
- <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" |
- rel="stylesheet"> |
- <title>Using JSONP with Dart</title> |
-</head> |
-<body> |
- <div class="container"> |
- <h1>Dart Repos on Github</h1> |
- |
- <table id="repo-table" class="table table-bordered table-striped"> |
- <thead></thead> |
- <tbody></tbody> |
- </table> |
- </div> |
- <script type="application/dart" src="jsonp.dart"></script> |
- <script src="packages/browser/dart.js"></script> |
- <script src="packages/browser/interop.js"></script> |
-</body> |
-</html> |