box-o-sand/intro-to-crafty/index.html

13 lines
229 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<script src="lib/crafty.js"></script>
<script src="src/game.js"></script>
<script>
window.addEventListener('load', Game.start);
</script>
</head>
<body>
</body>
</html>