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

Side by Side Diff: native_client_sdk/src/resources/index.html.template

Issue 23919004: [NaCl SDK] Create a resources/ directory and move files to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move httpd.cmd too Created 7 years, 3 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 <!-- 1 <!--
2 Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 Copyright (c) 2013 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 <title>Native Client SDK</title> 9 <title>Native Client SDK</title>
10 <link href="index.css" rel="stylesheet" type="text/css"> 10 <link href="index.css" rel="stylesheet" type="text/css">
(...skipping 25 matching lines...) Expand all
36 <div class="iframe-wrapper"> 36 <div class="iframe-wrapper">
37 <iframe scrolling="no"> 37 <iframe scrolling="no">
38 </iframe> 38 </iframe>
39 </div> 39 </div>
40 <div class="right-border"></div> 40 <div class="right-border"></div>
41 </div> 41 </div>
42 <div class="footer"></div> 42 <div class="footer"></div>
43 </div> 43 </div>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « native_client_sdk/src/resources/index.js ('k') | native_client_sdk/src/resources/manifest.json.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698