miso-0.9.0.0: examples/mario/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@keyframes play { 100% { background-position: -296px; } }
</style>
</head>
<body>
<script src='all.js'></script>
</body>
</html>