├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── landingpage ├── index.html └── mp3 │ ├── sad_circurs.mp3 │ └── they_say.mp3 ├── tabsub.v1.js └── tabsub.v1.min.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/README.md -------------------------------------------------------------------------------- /landingpage/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/landingpage/index.html -------------------------------------------------------------------------------- /landingpage/mp3/sad_circurs.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/landingpage/mp3/sad_circurs.mp3 -------------------------------------------------------------------------------- /landingpage/mp3/they_say.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/landingpage/mp3/they_say.mp3 -------------------------------------------------------------------------------- /tabsub.v1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/tabsub.v1.js -------------------------------------------------------------------------------- /tabsub.v1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonfrey/tabsub/HEAD/tabsub.v1.min.js --------------------------------------------------------------------------------