<!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>Semicircle Jam</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
canvas { border: 1px solid blue; }
</style>
</head>
<body>
<h1>Semicircle Jam</h1>
<article>
<div id="installation"></div>
</article>
<script src="dam-plus-widgets-0.2.js"></script>
<script src="../src/semicircle-jam.js"></script>
<script src="semicircle-jam-launcher.js"></script>
<script>
launch({
container: document.getElementById('installation'),
});
</script>
</body>