blob: f6127d7c14976d8894b87fee3b56289898a1f042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<script src="./index.js"></script>
</head>
<body>
<h1> xdx </h1>
<button onclick="GetSongs()"> Get songs </button>
<button onclick="SetRandomSong()"> Set random song </button>
<audio id="mainAudio">
<source type="audio/mpeg" src=""/>
</audio>
</body>
</html>
|