Changing project name

This commit is contained in:
Artur Ventura 2011-11-13 23:23:23 +00:00
parent 9377084a6e
commit b602e61f16

View File

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