OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <!-- |
| 3 Copyright 2013 The Polymer Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style |
| 5 license that can be found in the LICENSE file. |
| 6 --> |
| 7 <html> |
| 8 <head> |
| 9 <title>polymer-view-source-link</title> |
| 10 <meta charset="utf-8"> |
| 11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 12 <!-- load polymer --> |
| 13 <script src="../../polymer/polymer.js"></script> |
| 14 <!-- import element--> |
| 15 <link rel="import" href="polymer-view-source-link.html"> |
| 16 </head> |
| 17 <body unresolved> |
| 18 <a is="polymer-view-source-link" href="http://example.com">View Source</a> |
| 19 </body> |
| 20 </html> |
OLD | NEW |