29 lines
643 B
HTML
29 lines
643 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="./modulators/lfogui.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="lfo-container"></div>
|
|
<script src="./modulators/moment.js"></script>
|
|
<script src="./modulators/react.js"></script>
|
|
<script src="./modulators/react-dom.js"></script>
|
|
<script src="./modulators/common.js"></script>
|
|
<script src="./modulators/enums.js"></script>
|
|
<script src="./modulators/modulators.js"></script>
|
|
<script src="./modulators/lfogui.js">
|
|
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|