├── README.md ├── index.html ├── script.js ├── style.css └── tunes ├── ;.wav ├── a.wav ├── d.wav ├── e.wav ├── f.wav ├── g.wav ├── h.wav ├── j.wav ├── k.wav ├── l.wav ├── o.wav ├── p.wav ├── s.wav ├── t.wav ├── u.wav ├── w.wav └── y.wav /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/style.css -------------------------------------------------------------------------------- /tunes/;.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/;.wav -------------------------------------------------------------------------------- /tunes/a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/a.wav -------------------------------------------------------------------------------- /tunes/d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/d.wav -------------------------------------------------------------------------------- /tunes/e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/e.wav -------------------------------------------------------------------------------- /tunes/f.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/f.wav -------------------------------------------------------------------------------- /tunes/g.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/g.wav -------------------------------------------------------------------------------- /tunes/h.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/h.wav -------------------------------------------------------------------------------- /tunes/j.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/j.wav -------------------------------------------------------------------------------- /tunes/k.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/k.wav -------------------------------------------------------------------------------- /tunes/l.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/l.wav -------------------------------------------------------------------------------- /tunes/o.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/o.wav -------------------------------------------------------------------------------- /tunes/p.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/p.wav -------------------------------------------------------------------------------- /tunes/s.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/s.wav -------------------------------------------------------------------------------- /tunes/t.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/t.wav -------------------------------------------------------------------------------- /tunes/u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/u.wav -------------------------------------------------------------------------------- /tunes/w.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/w.wav -------------------------------------------------------------------------------- /tunes/y.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodingWithEnjoy/Piano-HTML-CSS-JS/HEAD/tunes/y.wav --------------------------------------------------------------------------------