Changing project name

This commit is contained in:
Artur Ventura 2011-11-13 23:23:23 +00:00
parent 521391d3c7
commit db2b49e22a

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>JS JVM</title> <title>BicaVM</title>
<script> <script>
var lident = -1; var lident = -1;
write = function(msg){ write = function(msg){
@ -71,7 +71,7 @@
</head> </head>
<body onload="main()"> <body onload="main()">
<h1>JS JVM</h1> <h1>BicaVM Debug</h1>
Debug: Debug:
<pre id="log"></pre> <pre id="log"></pre>
</body> </body>