| OLD | NEW |
| 1 <HTML> | 1 <HTML> |
| 2 <HEAD> | 2 <HEAD> |
| 3 <TITLE>Vim Demo</TITLE> | 3 <TITLE>Vim 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 var nacl_elt; | 8 var nacl_elt; |
| 9 | 9 |
| 10 // Before scripting the loaded module, ensure the Native Client module is loaded
. | 10 // Before scripting the loaded module, ensure the Native Client module is loaded
. |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 } | 86 } |
| 87 | 87 |
| 88 </script> | 88 </script> |
| 89 | 89 |
| 90 </HEAD> | 90 </HEAD> |
| 91 <BODY onload="Init();" onunload="" id="bodyId" bgcolor="#333333"> | 91 <BODY onload="Init();" onunload="" id="bodyId" bgcolor="#333333"> |
| 92 <span style="color:CCCCCC"> | 92 <span style="color:CCCCCC"> |
| 93 <h1>Native Client Vim Demo</h1> | 93 <h1>Native Client Vim Demo</h1> |
| 94 </span> | 94 </span> |
| 95 <center> | 95 <center> |
| 96 <embed id="embed1" src="vim.nexe" type="application/x-nacl-srpc" | 96 <embed id="embed1" src="vim.nexe" type="application/x-nacl" |
| 97 width=640 height=480> | 97 width=640 height=480> |
| 98 </center> | 98 </center> |
| 99 <br> | 99 <br> |
| 100 | 100 |
| 101 | 101 |
| 102 </BODY> | 102 </BODY> |
| 103 </HTML> | 103 </HTML> |
| 104 | 104 |
| OLD | NEW |