js13kgames2015-reverse/src/index.html

14 lines
226 B
HTML
Raw Normal View History

2015-08-24 15:40:02 +02:00
<html>
<head>
<meta charset="utf-8">
<title>js13kGames 2015 -- Aaron Fischer</title>
<script src="js13kgames-2015.js"></script>
</head>
<body>
<script>
bootstrap();
</script>
</body>
</html>