| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 124      spacebar to activate the game menu.  Select single player (hit return | 124      spacebar to activate the game menu.  Select single player (hit return | 
| 125      to select) then select new game.  Controls: arrow keys to move, space | 125      to select) then select new game.  Controls: arrow keys to move, space | 
| 126      to jump, control key to fire, numeric keys to select various weapons | 126      to jump, control key to fire, numeric keys to select various weapons | 
| 127      aquired along the way.  Audio is also supported on systems with audio | 127      aquired along the way.  Audio is also supported on systems with audio | 
| 128      drivers installed.  Multiplayer mode is not supported.  Loading and | 128      drivers installed.  Multiplayer mode is not supported.  Loading and | 
| 129      saving game progress is not supported. | 129      saving game progress is not supported. | 
| 130   </p> | 130   </p> | 
| 131  </span> | 131  </span> | 
| 132 </span> | 132 </span> | 
| 133 <center> | 133 <center> | 
| 134  <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=512 h
     eight=384 /> | 134  <embed id="embed_a" nexe="nacl_quake" type="application/x-nacl-srpc" | 
| 135  <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=512 h
     eight=384 /> | 135         width=512 height=384> | 
|  | 136    <noembed> | 
|  | 137      Your browser does not appear to support Native Client. | 
|  | 138      Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 139    <noembed/> | 
|  | 140  </embed> | 
|  | 141  <embed id="embed_b" nexe="nacl_quake" type="application/x-nacl-srpc" | 
|  | 142         width=512 height=384> | 
|  | 143    <noembed> | 
|  | 144      Your browser does not appear to support Native Client. | 
|  | 145      Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 146    <noembed/> | 
|  | 147  </embed> | 
| 136  <br> | 148  <br> | 
| 137  <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=512 h
     eight=384 /> | 149  <embed id="embed_c" nexe="nacl_quake" type="application/x-nacl-srpc" | 
|  | 150         width=512 height=384> | 
|  | 151    <noembed> | 
|  | 152      Your browser does not appear to support Native Client. | 
|  | 153      Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 154    <noembed/> | 
|  | 155  </embed> | 
|  | 156 | 
| 138 </center> | 157 </center> | 
| 139 <br> | 158 <br> | 
| 140 | 159 | 
| 141 | 160 | 
| 142 </BODY> | 161 </BODY> | 
| 143 </HTML> | 162 </HTML> | 
| 144 | 163 | 
| OLD | NEW | 
|---|