summaryrefslogtreecommitdiff
path: root/index.html
blob: ce3e1b407a2edb506bc757583bd71419b674b8c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width">
    <meta name="description" content="A working example of sprite animation.">
    <title>Title</title>
</head>
<body>
<canvas></canvas>
<script src="js/sprite.js" type="text/javascript"></script>
</body>
</html>