1
0
Fork 0
forked from Simnation/Main
Main/resources/[phone]/xsound/html/index.html
2025-06-07 08:51:21 +02:00

15 lines
723 B
HTML

<html>
<head>
<title>xSound</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/howler/2.1.1/howler.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://s.ytimg.com/yts/jsbin/www-widgetapi-vflJJaNgk/www-widgetapi.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
</head>
<body>
<script src="./scripts/config.js" type="text/javascript"></script>
<script src="./scripts/functions.js" type="text/javascript"></script>
<script src="./scripts/SoundPlayer.js" type="text/javascript"></script>
<script src="./scripts/listener.js" type="text/javascript"></script>
</body>
</html>