pxt-calliope/simulator.html
Matthias L. Jugel b028b1df5b Auto-push
2017-08-19 17:16:35 +02:00

29 lines
511 B
HTML

<!doctype html>
<html lang="en" data-manifest="" data-framework="typescript">
<head>
<meta charset="utf-8">
<title>BBC micro:bit simulator</title>
<style>
html {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
height: 100%;
width:100%;
padding: 0;
overflow: hidden;
margin: 0;
}
</style>
<script src="/pxt-calliope/bluebird.min.js"></script>
<script src="/pxt-calliope/pxtsim.js"></script>
<script src="/pxt-calliope/sim.js"></script>
</head>
<body>
</body>