├── README.md ├── index.html ├── lib ├── index.css ├── index.js └── jquery.min.js └── package.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErickWendel/voice-memo-template-yt/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErickWendel/voice-memo-template-yt/HEAD/index.html -------------------------------------------------------------------------------- /lib/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErickWendel/voice-memo-template-yt/HEAD/lib/index.css -------------------------------------------------------------------------------- /lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErickWendel/voice-memo-template-yt/HEAD/lib/index.js -------------------------------------------------------------------------------- /lib/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErickWendel/voice-memo-template-yt/HEAD/lib/jquery.min.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ErickWendel/voice-memo-template-yt/HEAD/package.json --------------------------------------------------------------------------------