<!DOCTYPE html>
<!--
SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
For more information, please refer to <https://unlicense.org/>
SPDX-License-Identifier: Unlicense
-->
<head>
<meta charset="utf-8">
<title>Matchbox</title>
</head>
<body>
<h1>Matchbox</h1>
<div id="container"></div>
</body>
<script src="../eg/examplePrograms.jsonp.js"></script>
<script src="../src/matchbox-launcher.js"></script>
<script>
launch('../src/', 'container', {});
</script>