| OLD | NEW | 
|---|
| 1 <HTML> | 1 <HTML> | 
| 2 <HEAD> | 2 <HEAD> | 
| 3 <TITLE>Quake Demo</TITLE> | 3 <TITLE>Quake Demo</TITLE> | 
| 4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> | 
| 5 <META HTTP-EQUIV="Expires" CONTENT="-1"> | 5 <META HTTP-EQUIV="Expires" CONTENT="-1"> | 
| 6 | 6 | 
| 7 <script type="text/javascript"> | 7 <script type="text/javascript"> | 
| 8 <!-- | 8 <!-- | 
| 9 var nacl_elt; | 9 var nacl_elt; | 
| 10 | 10 | 
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 103      spacebar to activate the game menu.  Select single player (hit return | 103      spacebar to activate the game menu.  Select single player (hit return | 
| 104      to select) then select new game.  Controls: arrow keys to move, space | 104      to select) then select new game.  Controls: arrow keys to move, space | 
| 105      to jump, control key to fire, numeric keys to select various weapons | 105      to jump, control key to fire, numeric keys to select various weapons | 
| 106      aquired along the way.  Audio is also supported on systems with audio | 106      aquired along the way.  Audio is also supported on systems with audio | 
| 107      drivers installed.  Multiplayer mode is not supported.  Loading and | 107      drivers installed.  Multiplayer mode is not supported.  Loading and | 
| 108      saving game progress is not supported. | 108      saving game progress is not supported. | 
| 109   </p> | 109   </p> | 
| 110  </span> | 110  </span> | 
| 111 </span> | 111 </span> | 
| 112 <center> | 112 <center> | 
| 113  <embed id="embed1" src="nacl_quake" type="application/x-nacl-srpc" width=800 he
     ight=600> | 113  <embed id="embed1" nexe="nacl_quake" type="application/x-nacl-srpc" | 
|  | 114         width=800 height=600> | 
|  | 115    <noembed> | 
|  | 116      Your browser does not appear to support Native Client. | 
|  | 117      Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 118    <noembed/> | 
|  | 119  </embed> | 
| 114 </center> | 120 </center> | 
| 115 <br> | 121 <br> | 
| 116 | 122 | 
| 117 | 123 | 
| 118 </BODY> | 124 </BODY> | 
| 119 </HTML> | 125 </HTML> | 
| 120 | 126 | 
| OLD | NEW | 
|---|