This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
723 B
HTML
Raw Permalink Normal View History

2025-02-02 10:40:42 +01:00
<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>