| OLD | NEW |
| (Empty) | |
| 1 <!doctype html> |
| 2 <!-- Copyright (c) 2014 Google Inc. All rights reserved. --> |
| 3 <html> |
| 4 <head> |
| 5 <meta charset="utf-8"> |
| 6 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initia
l-scale=1.0, user-scalable=yes"> |
| 7 <title><google-youtube> Demo</title> |
| 8 <script src="../../webcomponentsjs/webcomponents.js"></script> |
| 9 <link rel="import" href="demo.elements.html"> |
| 10 |
| 11 <style> |
| 12 body { |
| 13 font-family: sans-serif; |
| 14 background: rgba(204, 204, 204, 0.31); |
| 15 } |
| 16 </style> |
| 17 </head> |
| 18 |
| 19 <body> |
| 20 <demo-element></demo-element> |
| 21 </body> |
| 22 </html> |
| OLD | NEW |