| 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 <!-- | 4 <!-- |
| 5 Copyright (c) 2011 The Native Client Authors. All rights reserved. | 5 Copyright (c) 2011 The Native Client Authors. All rights reserved. |
| 6 Use of this source code is governed by a BSD-style license that can be | 6 Use of this source code is governed by a BSD-style license that can be |
| 7 found in the LICENSE file. | 7 found in the LICENSE file. |
| 8 --> | 8 --> |
| 9 <head> | 9 <head> |
| 10 <title>Quake</title> | 10 <title>Quake</title> |
| 11 </head> | 11 </head> |
| 12 <body> | 12 <body> |
| 13 <h1>Quake</h1> | 13 <h1>Quake</h1> |
| 14 <embed name="nacl_module" | 14 <embed name="nacl_module" |
| 15 id="Quake" | 15 id="Quake" |
| 16 width=800 height=600 | 16 width=800 height=600 |
| 17 src="quake.nmf" | 17 src="quake.nmf" |
| 18 type="application/x-nacl" /> | 18 type="application/x-nacl" /> |
| 19 <br /> | 19 <br /> |
| 20 </body> | 20 </body> |
| 21 </html> | 21 </html> |
| OLD | NEW |