| 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_a; | 9 var nacl_elt_a; | 
| 10 var nacl_elt_b; | 10 var nacl_elt_b; | 
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 148      spacebar to activate the game menu.  Select single player (hit return | 148      spacebar to activate the game menu.  Select single player (hit return | 
| 149      to select) then select new game.  Controls: arrow keys to move, space | 149      to select) then select new game.  Controls: arrow keys to move, space | 
| 150      to jump, control key to fire, numeric keys to select various weapons | 150      to jump, control key to fire, numeric keys to select various weapons | 
| 151      aquired along the way.  Audio is also supported on systems with audio | 151      aquired along the way.  Audio is also supported on systems with audio | 
| 152      drivers installed.  Multiplayer mode is not supported.  Loading and | 152      drivers installed.  Multiplayer mode is not supported.  Loading and | 
| 153      saving game progress is not supported. | 153      saving game progress is not supported. | 
| 154   </p> | 154   </p> | 
| 155  </span> | 155  </span> | 
| 156 </span> | 156 </span> | 
| 157 <center> | 157 <center> | 
| 158  <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 158  <embed id="embed_a" nexe="nacl_quake" type="application/x-nacl-srpc" | 
| 159  <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 159         width=320 height=240> | 
| 160  <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 160    <noembed> | 
|  | 161      Your browser does not appear to support Native Client. | 
|  | 162      Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 163    <noembed/> | 
|  | 164  </embed> | 
|  | 165  <embed id="embed_b" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
|  | 166  <embed id="embed_c" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 161 <br> | 167 <br> | 
| 162  <embed id="embed_d" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 168  <embed id="embed_d" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 163  <embed id="embed_e" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 169  <embed id="embed_e" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 164  <embed id="embed_f" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 170  <embed id="embed_f" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 165 <br> | 171 <br> | 
| 166  <embed id="embed_g" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 172  <embed id="embed_g" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 167  <embed id="embed_h" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 173  <embed id="embed_h" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 168  <embed id="embed_i" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
     eight=240 /> | 174  <embed id="embed_i" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 
     height=240 /> | 
| 169 </center> | 175 </center> | 
| 170 <br> | 176 <br> | 
| 171 | 177 | 
| 172 | 178 | 
| 173 </BODY> | 179 </BODY> | 
| 174 </HTML> | 180 </HTML> | 
| 175 | 181 | 
| OLD | NEW | 
|---|