BicaVM/index.html

34 lines
628 B
HTML
Raw Normal View History

2011-07-01 22:28:15 +01:00
<html>
<head>
<title>JS JVM</title>
<script src="preload.js" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>
body{
background:#DDE1ED;
font-family:Arial;
font-size:12px;
}
#background{
background:#DDE1ED;
}
#stick textarea{
margin-top:20px;
height:180px;
width:200px;
background:#FFCC00;
}
.ui-dialog-title{
padding-left:40px;
}
</style>
</head>
<body onload="main()">
<h1>JS JVM</h1>
Open JavaScript Debug Window to read the debug;
</body>
</html>