Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1425)

Side by Side Diff: chrome/common/extensions/docs/server2/templates/public/apps/index.html

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698