863 B
863 B
Cassette Player
Simple HTML/JS/CSS Cassette Player
Instructions for hosting
- Clone or download this repository.
- if downloading as a zip file, extract to a temporary folder
- Copy or move the relevant files to the location you want to host them from. Keep all files together in the same location/folder.
index.html- main HTML fileapp.js- main app JavaScript filestyles.css- app styling CSS filebackground.png- image for player background
- Navigate to
http://<yourhost.com>/path/to/where/you/saved/index.htmlin your browser.
Alternatively, if just previewing
- Unzip to a temporary folder.
- Open
index.htmlin your browser. (ctrl/cmd+o, drag and drop, etc.) a. or navigate to the file manually in your address bar (e.g.file:///Users/username/tempfolder/cassette-player/index.html)