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

Unified Diff: samples/dartiverse_search/web/index.html

Issue 752303004: Delete dartiverse-search from the repo and update dart:io documentation to point (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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
« no previous file with comments | « samples/dartiverse_search/web/client.dart ('k') | sdk/lib/io/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/dartiverse_search/web/index.html
diff --git a/samples/dartiverse_search/web/index.html b/samples/dartiverse_search/web/index.html
deleted file mode 100644
index e2bf2ecd744343e7a40f540d0b1b30e6b8bb5537..0000000000000000000000000000000000000000
--- a/samples/dartiverse_search/web/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE>
-<html>
- <head>
- <meta charset="utf8">
- <style type="text/css">
- body {
- font-family: helvetica;
- }
- h2 {
- font-size: 14pt;
- }
- header, footer {
- margin: 50px;
- text-align: center;
- }
- #results {
- margin: auto;
- width: 750px;
- }
- div {
- margin: 20px;
- }
- .clear {
- clear: both;
- }
- .result {
- margin: 10px;
- padding: 10px;
- height: 158px;
- width: 208px;
- float: left;
- border: 1px solid gray;
- border-radius: 4px;
- font-size: 10pt;
- }
- </style>
- </head>
- <body>
- <header>
- <h1>Search the Web for Dart</h1>
- <div>Search StackOverflow and GitHub for Dart-related topics and
- repositories.</div>
- <input type="search" placeholder="Search" value="" id="q" disabled />
- <div id="status"></div>
- </header>
- <div id="results"></div>
- <div class="clear"></div>
- <footer>This app sends your search request to a server-side Dart application,
- which forwards the request to StackOverflow and GitHub.</footer>
-
- <script type="application/dart" src="client.dart"></script>
- <script src="packages/browser/dart.js"></script>
- </body>
-</html>
« no previous file with comments | « samples/dartiverse_search/web/client.dart ('k') | sdk/lib/io/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698