| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| 2 "http://www.w3.org/TR/html4/loose.dtd"> | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
| 3 <html> | 3 <html> |
| 4 <head> | 4 <head> |
| 5 <title>XaoS Demo</title> | 5 <title>XaoS Demo</title> |
| 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 | 8 |
| 9 <script type="text/javascript"> | 9 <script type="text/javascript"> |
| 10 //<![CDATA[ | 10 //<![CDATA[ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 | 112 |
| 113 <div id="wait">Waiting for plug-in to load...</div> | 113 <div id="wait">Waiting for plug-in to load...</div> |
| 114 | 114 |
| 115 <p> | 115 <p> |
| 116 Use the mouse buttons inside the window. | 116 Use the mouse buttons inside the window. |
| 117 <p> | 117 <p> |
| 118 Move the mouse to the top of the embedded window for a menu, | 118 Move the mouse to the top of the embedded window for a menu, |
| 119 or press 'h' for help. | 119 or press 'h' for help. |
| 120 <p> | 120 <p> |
| 121 <!-- embed seems to work --> | 121 <!-- embed seems to work --> |
| 122 <embed id="xaos" src="xaos.nexe" type="application/x-nacl-srpc" | 122 <embed id="xaos" nexe"xaos" type="application/x-nacl-srpc" |
| 123 width="800" height="600" /> | 123 width="800" height="600"> |
| 124 <noembed> |
| 125 Your browser does not appear to support Native Client. |
| 126 Visit http://code.google.com/p/nativeclient/ to get started. |
| 127 <noembed/> |
| 128 </embed> |
| 124 | 129 |
| 125 <!-- object does not seem to work --> | 130 <!-- object does not seem to work --> |
| 126 <!-- object id="xaos" data="xaos" type="application/x-nacl-srpc" | 131 <!-- object id="xaos" data="xaos" type="application/x-nacl-srpc" |
| 127 width="800" height="600" --> | 132 width="800" height="600" --> |
| 128 </body> | 133 </body> |
| 129 </html> | 134 </html> |
| OLD | NEW |