OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 {{+partials.header_head}} | 4 {{+partials.header_head}} |
5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css"> | 5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css"> |
6 <title>Google Chrome Extensions</title> | 6 <title>Google Chrome Extensions</title> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 {{+partials.header_body}} | 9 {{+partials.header_body}} |
10 <div id="gc-container"> | 10 <div id="gc-container"> |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 <iframe title="YouTube video player" width="300" height="199" sr
c="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscre
en=""></iframe> | 91 <iframe title="YouTube video player" width="300" height="199" sr
c="http://www.youtube.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscre
en=""></iframe> |
92 </p> | 92 </p> |
93 </td> | 93 </td> |
94 </tr> | 94 </tr> |
95 </table> | 95 </table> |
96 </div> | 96 </div> |
97 </div> | 97 </div> |
98 </body> | 98 </body> |
99 {{+partials.footer}} | 99 {{+partials.footer}} |
100 </html> | 100 </html> |
OLD | NEW |