jsKeyPressed/index.html

15 lines
262 B
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>jsKeyPressed</title>
</head>
<body>
<canvas id="app" width="320" height="240">
Canvas not available.
</canvas>
<script type="text/javascript" src="app.js"></script>
</body>
</html>