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 Apps</title> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 {{+partials.header_body}} | 9 {{+partials.header_body title:apps_title}} |
10 <div id="gc-container"> | 10 <div id="gc-container"> |
11 <div id="gc-pagecontent"> | 11 <div id="gc-pagecontent"> |
12 <table id="index"> | 12 <table id="index"> |
13 <tr> | 13 <tr> |
14 <td> | 14 <td> |
15 <h3>What are extensions?</h3> | 15 <h3>What are extensions?</h3> |
16 <p> | 16 <p> |
17 Extensions are small software programs that | 17 Extensions are small software programs that |
18 can modify and enhance the functionality of the Chrome browser. | 18 can modify and enhance the functionality of the Chrome browser. |
19 You write them using web technologies such as | 19 You write them using web technologies such as |
(...skipping 71 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 |