healing-soundscapes/lfogui.html

29 lines
667 B
HTML

<!DOCTYPE html>
<html>
<!--
We start with a basic html 'page' that is the size of the jweb object,
but has no scrollbars nor floating content.
-->
<head>
<link rel="stylesheet" href="./max-lfo-table/lfogui.css">
</head>
<body>
<div id="lfo-container"></div>
<script src="./max-lfo-table/moment.js"></script>
<script src="./max-lfo-table/react.js"></script>
<script src="./max-lfo-table/react-dom.js"></script>
<script src="./max-lfo-table/common.js"></script>
<script src="./max-lfo-table/enums.js"></script>
<script src="./max-lfo-table/modulators.js"></script>
<script src="./max-lfo-table/lfogui.js">
</script>
</body>
</html>