pxt-calliope/sim/public/simulator.html

20 lines
424 B
HTML
Raw Normal View History

2016-03-10 16:24:11 -08:00
<!doctype html>
2016-04-08 17:28:52 -07:00
<html lang="en" data-manifest="" data-framework="typescript">
2016-03-10 16:24:11 -08:00
<head>
<meta charset="utf-8">
<title>microbit simulator</title>
<style>
body {
background: transparent;
overflow: hidden;
}
</style>
<script src="/cdn/bluebird.min.js"></script>
2016-04-07 11:30:22 -07:00
<script src="/cdn/pxtsim.js"></script>
<script src="/sim/sim.js"></script>
2016-03-10 16:24:11 -08:00
</head>
<body>
</body>