File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import zappermentRocksLogo from ' ./assets/zapperment-rocks-logo.png'
2- import ' ./App.css'
1+ import zappermentRocksLogo from " ./assets/zapperment-rocks-logo.png" ;
2+ import " ./App.css" ;
33
44function App ( ) {
5-
65 return (
76 < >
87 < div >
9- < img src = { zappermentRocksLogo } className = "logo" alt = "zapperment.rocks logo" />
8+ < img
9+ src = { zappermentRocksLogo }
10+ className = "logo"
11+ alt = "zapperment.rocks logo"
12+ />
1013 </ div >
1114 < h1 > zapperment.rocks</ h1 >
12-
15+
16+ < div className = "audio-player" >
17+ < h2 > Party Girl</ h2 >
18+ < p > Live session 2, 25 Jan 2026</ p >
19+ < audio controls >
20+ < source
21+ src = "./audio/zapperment.rocks - Party Girl (session 2).mp3"
22+ type = "audio/mpeg"
23+ />
24+ Your browser does not support the audio element.
25+ </ audio >
26+ </ div >
27+
1328 < div className = "audio-player" >
1429 < h2 > Ten Pounds Lost in Ten Minutes</ h2 >
1530 < p > Version 2, 26 Jun 2025</ p >
1631 < audio controls >
17- < source src = "./audio/zapperment.rocks - Ten Pounds Lost in Ten Minutes.mp3" type = "audio/mpeg" />
32+ < source
33+ src = "./audio/zapperment.rocks - Ten Pounds Lost in Ten Minutes.mp3"
34+ type = "audio/mpeg"
35+ />
1836 Your browser does not support the audio element.
1937 </ audio >
2038 </ div >
39+
40+ < h2 >
41+ < a href = "https://soundcloud.com/hund-1" > More on SoundCloud…</ a >
42+ </ h2 >
2143 </ >
22- )
44+ ) ;
2345}
2446
25- export default App
47+ export default App ;
You can’t perform that action at this time.
0 commit comments