12 lines
356 B
HTML
12 lines
356 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<script src="corelib.js" language="JavaScript"></script>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Js Test</title>
|
|
</head>
|
|
<body>
|
|
<canvas id="paint" width="600" height="480">
|
|
</canvas>
|
|
</body>
|
|
</html>
|