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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. -->
6
7 <html>
8 <head>
9 <meta charset="utf-8">
10 <title>Contacts</title>
11 <link rel="stylesheet" href="contactifier.css">
12 </head>
13 <body>
14
15 <div id="header">
16 <h1>Contactifier</h1>
17 <h3>A ShadowDOM-encapsulated contacts widget</h3>
18 </div>
19
20 <div id="contactsWidget">
21 <span class="siteName"></span>
22 </div>
23
24 <script type="application/dart" src="contactifier.dart"></script>
25 <script type="application/javascript" src="http://dart.googlecode.com/svn/br anches/bleeding_edge/dart/client/dart.js"></script>
26
27 </body>
28 </html>
OLDNEW
« 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