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

Side by Side Diff: native_client_sdk/src/examples/tutorial/using_ppapi_simple/index.html

Issue 23661005: [NaCl SDK] Add a very simple getting_started example at top-level. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add hello_tutorial.nmf 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <meta http-equiv="Pragma" content="no-cache"> 9 <meta http-equiv="Pragma" content="no-cache">
10 <meta http-equiv="Expires" content="-1"> 10 <meta http-equiv="Expires" content="-1">
(...skipping 13 matching lines...) Expand all
24 <p>In main, we write to both STDOUT and STDERR, printing a hello world 24 <p>In main, we write to both STDOUT and STDERR, printing a hello world
25 message.</p> 25 message.</p>
26 26
27 <!-- The NaCl plugin will be embedded inside the element with id "listener". 27 <!-- The NaCl plugin will be embedded inside the element with id "listener".
28 See common.js.--> 28 See common.js.-->
29 <h2>Output:</h2> 29 <h2>Output:</h2>
30 <pre id="log" style="font-weight:bold"></pre> 30 <pre id="log" style="font-weight:bold"></pre>
31 <div id="listener"></div> 31 <div id="listener"></div>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/tutorial/using_ppapi_simple/hello_world.c ('k') | native_client_sdk/src/getting_started/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698