|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="ru-ru" lang="ru-ru" dir="ltr">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/msgbox.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/scroll_text.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/volume.css">
|
|
|
|
<title>My Test Radio</title>
|
|
|
|
<script
|
|
|
|
src="https://code.jquery.com/jquery-3.4.1.js"
|
|
|
|
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
|
|
|
|
crossorigin="anonymous">
|
|
|
|
</script>
|
|
|
|
<!--
|
|
|
|
<script src="js/lastfm.api.md5.js" type="text/javascript"></script>
|
|
|
|
<script src="js/lastfm.api.js" type="text/javascript"></script>
|
|
|
|
-->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="parent">
|
|
|
|
<div id="RadioBox">
|
|
|
|
|
|
|
|
<h1>Just Radio</h1>
|
|
|
|
|
|
|
|
<div id="PlayStat">Stopped</div>
|
|
|
|
<br>
|
|
|
|
<div class="tagWindow">
|
|
|
|
<form name="artistURL" action="" target="_blank">
|
|
|
|
<button class="tagA">
|
|
|
|
Track
|
|
|
|
</button>
|
|
|
|
</form>
|
|
|
|
<div id="trackname" class="tagB marquee">
|
|
|
|
<span>
|
|
|
|
Trackname
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<div class="btn-wrap">
|
|
|
|
<button id="play" class="btn">
|
|
|
|
<i class="fas fa-play-circle"></i>
|
|
|
|
Play
|
|
|
|
</button>
|
|
|
|
<button id="pause" class="btn">
|
|
|
|
<i class="fas fa-pause-circle"></i>
|
|
|
|
Pause
|
|
|
|
</button>
|
|
|
|
<button id="buff" class="btn">
|
|
|
|
<i class="fas fa-clone"></i>
|
|
|
|
Copy
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<button id="mute" class="mute_btn">
|
|
|
|
<i class="fas fa-volume-up"></i>
|
|
|
|
</button>
|
|
|
|
<input id="volume" type="range" class="slider" min="0" max="10" value="1" step="0.1" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="jGrowl"></div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="js/audio.js" type="text/javascript"></script>
|
|
|
|
<script src="js/radio.js" type="text/javascript"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|