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" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
159 <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 159 <embed id="embed_b" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
160 <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 160 <embed id="embed_c" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
161 <br> | 161 <br> |
162 <embed id="embed_d" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 162 <embed id="embed_d" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
163 <embed id="embed_e" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 163 <embed id="embed_e" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
164 <embed id="embed_f" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 164 <embed id="embed_f" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
165 <br> | 165 <br> |
166 <embed id="embed_g" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 166 <embed id="embed_g" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
167 <embed id="embed_h" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 167 <embed id="embed_h" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
168 <embed id="embed_i" src="nacl_quake" type="application/x-nacl-srpc" width=320 h
eight=240 /> | 168 <embed id="embed_i" src="nacl_quake" type="application/x-nacl" width=320 height
=240 /> |
169 </center> | 169 </center> |
170 <br> | 170 <br> |
171 | 171 |
172 | 172 |
173 </BODY> | 173 </BODY> |
174 </HTML> | 174 </HTML> |
175 | 175 |
OLD | NEW |