restructuring repo

This commit is contained in:
Kieran 2025-08-11 14:51:25 +02:00
parent 7f464366af
commit 53a88ca374
10 changed files with 8 additions and 3829 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,26 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<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> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" href="./lfogui.css"> <link rel="stylesheet" href="./src/lfogui.css">
</head> </head>
<body> <body>
<div id="lfo-container"></div> <div id="lfo-container"></div>
<script src="./react.js"></script> <script src="./lib/react.js"></script>
<script src="./react-dom.js"></script> <script src="./lib/react-dom.js"></script>
<script src="./moment.js"></script> <script src="./lib/moment.js"></script>
<script src="./common.js"></script> <script src="./src/common.js"></script>
<script src="./enums.js"></script> <script src="./src/enums.js"></script>
<script src="./modulators.js"></script> <script src="./src/modulators.js"></script>
<script src="./lfogui.js"></script> <script src="./src/lfogui.js"></script>
</body> </body>

View File

View File