12 lines
287 B
HTML
12 lines
287 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="player"></div>
|
||
|
<div><button onclick="nextVideo()">Skip song</button></div>
|
||
|
<div id="video_queue"></div>
|
||
|
<script src="scripts.js"></script>
|
||
|
</body>
|
||
|
</html>
|