mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-27 19:15:04 +00:00
10 lines
153 B
HTML
10 lines
153 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="./index.ts" type="module"></script>
|
||
|
</body>
|
||
|
</html>
|