www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

index.html (602B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
      4   <head>
      5     <title>Javascript Virtual Machine</title>
      6     <link rel="stylesheet" type="text/css" href="style.css" />
      7     <script type="text/javascript" src="prototype.js"></script>
      8     <script type="text/javascript" src="display.js"></script>
      9     <script type="text/javascript" src="vm.js"></script>
     10   </head>
     11   <body onload="init();" id="body">
     12     <div id="log">
     13     </div>
     14   </body>
     15 </html>