jsKeyPressed/index.html

27 lines
450 B
HTML

<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>jsKeyPressed</title>
<style type="text/css">
html { height: 100%; }
body {
height: 100%;
padding: 0; margin: 0;
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
<canvas id="app" width="320" height="240">
Canvas not available.
</canvas>
<script type="text/javascript" src="app.js"></script>
</body>
</html>