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

Unified Diff: third_party/pkg/route_hierarchical/example/basic/example.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 side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/route_hierarchical/example/basic/example.html
diff --git a/third_party/pkg/route_hierarchical/example/basic/example.html b/third_party/pkg/route_hierarchical/example/basic/example.html
deleted file mode 100644
index 8ae75ca0e7f8c29e591af911932b9ac700dd1a76..0000000000000000000000000000000000000000
--- a/third_party/pkg/route_hierarchical/example/basic/example.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-
-<html>
- <head>
- <title>example</title>
- <style>
- section {
- display: none;
- width: 600px;
- height: 400px;
- border: solid 1px #888;
- }
-
- section.selected {
- display: block;
- }
-
- .warning {
- color: red;
- }
- </style>
- </head>
-
- <body>
- <h1>route.dart demo</h1>
- <p>This demo requires a server to be truly useful. Coming soon!</p>
- <div id="warning">Dart is not running</div>
-
- <nav>
- <a href="#" id="linkOne" title="Section One">One</a>
- <a href="#" id="linkTwo" title="Section Two">Two</a>
- </nav>
-
- <section id="one">
- <h2>Section One</h2>
- </section>
- <section id="two">
- <h2>Section Two</h2>
- </section>
-
- <script type="application/dart" src="example.dart"></script>
- <script src="packages/browser/dart.js"></script>
- </body>
-</html>
« no previous file with comments | « third_party/pkg/route_hierarchical/example/basic/example.dart ('k') | third_party/pkg/route_hierarchical/karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698