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

Unified Diff: samples/webcomponents/contactifier/contactifier.html

Issue 10964030: A variety of cleanups to bring our samples up-to-date. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « samples/webcomponents/contactifier/contactifier.dart ('k') | samples/webcomponents/list_map.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/webcomponents/contactifier/contactifier.html
===================================================================
--- samples/webcomponents/contactifier/contactifier.html (revision 12654)
+++ samples/webcomponents/contactifier/contactifier.html (working copy)
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-
-<!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
- for details. All rights reserved. Use of this source code is governed by a
- BSD-style license that can be found in the LICENSE file. -->
-
-<html>
- <head>
- <meta charset="utf-8">
- <title>Contacts</title>
- <link rel="stylesheet" href="contactifier.css">
- </head>
- <body>
-
- <div id="header">
- <h1>Contactifier</h1>
- <h3>A ShadowDOM-encapsulated contacts widget</h3>
- </div>
-
- <div id="contactsWidget">
- <span class="siteName"></span>
- </div>
-
- <script type="application/dart" src="contactifier.dart"></script>
- <script type="application/javascript" src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
-
- </body>
-</html>
« no previous file with comments | « samples/webcomponents/contactifier/contactifier.dart ('k') | samples/webcomponents/list_map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698