vif/vif.html

17 lines
342 B
HTML

<html>
<head>
<script type="text/javascript" src="CBDL/CBDL.js"></script>
<script type="text/javascript" src="CBDL/CBDL_graphics.js"></script>
<script type="text/javascript" src="vif.js"></script>
<script type="text/javascript">
window.onload = function() {
var jviv = new JVIV();
jviv.Go();
}
</script>
</head>
<body>
</body>
</html>