new UI
This commit is contained in:
23
index.html
23
index.html
@@ -18,13 +18,26 @@
|
||||
<body>
|
||||
|
||||
<div class="parent">
|
||||
<div id="song">
|
||||
<div id="RadioBox">
|
||||
|
||||
<h1>Just Radio</h1>
|
||||
|
||||
<div id="myPlay">-</div>
|
||||
|
||||
<a name="lastFMlink" href="" target="_blank"><div id="title">title</div></a>
|
||||
<div id="PlayStat">Stopped</div>
|
||||
<br>
|
||||
<div class="tagWindow">
|
||||
<form name="artistURL" action="" target="_blank">
|
||||
<button class="tagA">
|
||||
Artist
|
||||
</button>
|
||||
</form>
|
||||
<div id="artistName" class="tagB">ArtistName</div>
|
||||
<form name="songURL" action="" target="_blank">
|
||||
<button class="tagC">
|
||||
Song
|
||||
</button>
|
||||
</form>
|
||||
<div id="songName" class="tagD">SongName</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
@@ -46,7 +59,7 @@
|
||||
<br>
|
||||
<input id="volume" type="range" min="0" max="10" value="2" step="0.1" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user