Skip to content

Axel-Erfurt/HTMLRadioPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLRadioPlayer

RadioPlayer in HTML

Usage

open myradio.html in your browser

Add Channels

in myradio.html:

in the section <ul id='playlist' class='list'>

  • add a category:

<h5> Category </h5>

  • add a line:

<li><a class='chlist' href='http://xxx'>Title</a></li>

replace http://xxx with the URL and Title with the station name