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

14 lines
275 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<script src="lib/crafty.js"></script>
<script src="src/game.js"></script>
2015-05-16 02:12:32 +00:00
<script src="src/components.js"></script>
<script>
window.addEventListener('load', Game.start);
</script>
</head>
<body>
</body>
</html>