pxt-calliope/sim/public/simulator.html

20 lines
408 B
HTML
Raw Normal View History

2016-03-11 01:24:11 +01:00
<!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 src="/cdn/bluebird.min.js"></script>
<script src="/cdn/kindsim.js"></script>
<script src="/sim/sim.js"></script>
2016-03-11 01:24:11 +01:00
</head>
<body>
</body>