| 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>
|
|
|