OLD | NEW |
1 <!-- | 1 <!-- |
2 -- Copyright 2014 The Chromium Authors. All rights reserved. | 2 -- Copyright 2014 The Chromium Authors. All rights reserved. |
3 -- Use of this source code is governed by a BSD-style license that can be | 3 -- Use of this source code is governed by a BSD-style license that can be |
4 -- found in the LICENSE file. | 4 -- found in the LICENSE file. |
5 --> | 5 --> |
6 <!DOCTYPE HTML> | 6 <!DOCTYPE HTML> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <!-- We have to set some default title, or chrome will use the page name. | 9 <!-- We have to set some default title, or chrome will use the page name. |
10 -- As soon as the i18n'd strings are loaded we replace it with the correct | 10 -- As soon as the i18n'd strings are loaded we replace it with the correct |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 <audio id="audio"></audio> | 201 <audio id="audio"></audio> |
202 </template> | 202 </template> |
203 </polymer-element> | 203 </polymer-element> |
204 | 204 |
205 <div class="audio-player"> | 205 <div class="audio-player"> |
206 <!-- Place the audio player. --> | 206 <!-- Place the audio player. --> |
207 <audio-player></audio-player> | 207 <audio-player></audio-player> |
208 </div> | 208 </div> |
209 </body> | 209 </body> |
210 </html> | 210 </html> |
OLD | NEW |