<!doctype html>
<html lang="en" data-framework="typescript">

<head>
    <meta charset="utf-8">
    <title>microbit simulator</title>
    <link rel="stylesheet" type="text/css" href="./sim.css">
    <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>