OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright 2013 The Polymer Authors. All rights reserved. | 3 Copyright 2013 The Polymer Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style | 4 Use of this source code is governed by a BSD-style |
5 license that can be found in the LICENSE file. | 5 license that can be found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>paper-item</title> | 9 <title>paper-item</title> |
10 | 10 |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 <a href="http://www.polymer-project.org" target="_blank"></a> | 42 <a href="http://www.polymer-project.org" target="_blank"></a> |
43 </paper-item> | 43 </paper-item> |
44 <paper-item label="GitHub link"> | 44 <paper-item label="GitHub link"> |
45 <a href="https://github.com/Polymer" target="_blank"></a> | 45 <a href="https://github.com/Polymer" target="_blank"></a> |
46 </paper-item> | 46 </paper-item> |
47 <paper-item label="WebComponents.org link"> | 47 <paper-item label="WebComponents.org link"> |
48 <a href="http://webcomponents.org/" target="_blank"></a> | 48 <a href="http://webcomponents.org/" target="_blank"></a> |
49 </paper-item> | 49 </paper-item> |
50 </body> | 50 </body> |
51 </html> | 51 </html> |
OLD | NEW |