pxt-calliope/sim/public/simulator.html
2016-03-24 13:56:51 -07:00

20 lines
468 B
HTML

<!doctype html>
<html lang="en" data-framework="typescript">
<head>
<meta charset="utf-8">
<title>microbit simulator</title>
<style>
body {
background: transparent;
overflow: hidden;
}
</style>
<script type="text/javascript" src="./bluebird.min.js"></script>
<script type="text/javascript" src="./kindsim.js"></script>
<script type="text/javascript" src="./sim.js"></script>
</head>
<body>
</body>