This commit is contained in:
Felix Roos 2024-05-17 18:41:43 +02:00
parent 5f8da04cd8
commit d108de40d0
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
<body style="margin: 0; padding: 0">
<textarea id="code" style="width: 100%; height: 200px"></textarea>
<pre id="result"></pre>
<script type="module" src="/main.js"></script>
<script type="module" src="/tidal.mjs"></script>
</body>
</html>