| OLD | NEW |
| 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 <!-- Copyright 2012 Google Inc. All rights reserved. --> | 4 <!-- Copyright 2012 Google Inc. All rights reserved. --> |
| 5 <head> | 5 <head> |
| 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> | 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> |
| 7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> | 7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> |
| 8 <title>Native Client OpenAL / Ogg Vorbis</title> | 8 <title>Native Client OpenAL / Ogg Vorbis</title> |
| 9 </head> | 9 </head> |
| 10 | 10 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 | 56 |
| 57 <embed name="nacl_module" | 57 <embed name="nacl_module" |
| 58 id="openal_ogg_nexe" | 58 id="openal_ogg_nexe" |
| 59 src="openal_ogg.nmf" | 59 src="openal_ogg.nmf" |
| 60 type="application/x-nacl"> | 60 type="application/x-nacl"> |
| 61 | 61 |
| 62 | 62 |
| 63 </body> | 63 </body> |
| 64 </html> | 64 </html> |
| 65 | 65 |
| OLD | NEW |