osuplayer.js/index.html

5 lines
123 B
HTML
Raw Normal View History

2024-05-04 02:07:41 +00:00
<!DOCTYPE html>
<html lang="en">
<div id="root"></div>
<script type="module" src="./src/index.ts"></script>
</html>