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

Side by Side Diff: examples/pong/pong.html

Issue 7982038: Merge in r1190 (add pong). (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/branches/trout/src/
Patch Set: Created 9 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
« no previous file with comments | « examples/pong/pong.cc ('k') | examples/pong/pong_module.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html> 3 <html>
4 <!-- 4 <!--
5 Copyright (c) 2011 The Native Client Authors. All rights reserved. 5 Copyright (c) 2011 The Native Client Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 --> 8 -->
9 <head> 9 <head>
10 <title>Pong</title> 10 <title>Pong</title>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 src="pong.nmf" 65 src="pong.nmf"
66 type="application/x-nacl" /> 66 type="application/x-nacl" />
67 </div> 67 </div>
68 <br /> 68 <br />
69 <p id="score"> 69 <p id="score">
70 </p> 70 </p>
71 <button onclick="resetScore()">Reset score</button> 71 <button onclick="resetScore()">Reset score</button>
72 <p id="error_log"></p> 72 <p id="error_log"></p>
73 </body> 73 </body>
74 </html> 74 </html>
OLDNEW
« no previous file with comments | « examples/pong/pong.cc ('k') | examples/pong/pong_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698