Compare commits
8 Commits
display-gl
...
v0.1.2-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a839de999 | ||
|
|
bbf4d88f61 | ||
|
|
ffc8f2a558 | ||
|
|
5223c9697f | ||
|
|
fdc96965f3 | ||
|
|
c24e6f1344 | ||
|
|
3aa5c6ad44 | ||
|
|
ce98b75c54 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
.DS_Store
|
||||
.old/
|
||||
.cursor/
|
||||
tag-release.sh
|
||||
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Cassette Player
|
||||
|
||||
Simple HTML/JS/CSS Cassette Player
|
||||
|
||||
## Instructions for hosting
|
||||
|
||||
1. Clone or download this repository.
|
||||
- if downloading as a zip file, extract to a temporary folder
|
||||
2. 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 file
|
||||
- `app.js` - main app JavaScript file
|
||||
- `styles.css` - app styling CSS file
|
||||
- `background.png` - image for player background
|
||||
3. Navigate to `http://<yourhost.com>/path/to/where/you/saved/index.html` in your browser.
|
||||
|
||||
### Alternatively, if just previewing
|
||||
|
||||
1. Unzip to a temporary folder.
|
||||
2. Open `index.html` in 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`)
|
||||
BIN
apple-touch-icon.png
Normal file
BIN
apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
favicon-96x96.png
Normal file
BIN
favicon-96x96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
16
favicon.svg
Normal file
16
favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 316 KiB |
2693
index.html
2693
index.html
File diff suppressed because it is too large
Load Diff
21
site.webmanifest
Normal file
21
site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "ECHO REALITY - 16-Bit Cassette Player",
|
||||
"short_name": "ECHO REALITY",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"display": "standalone"
|
||||
}
|
||||
1427
styles.css
Normal file
1427
styles.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
web-app-manifest-192x192.png
Normal file
BIN
web-app-manifest-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
web-app-manifest-512x512.png
Normal file
BIN
web-app-manifest-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Reference in New Issue
Block a user