first commit

This commit is contained in:
Jesús
2019-04-08 21:32:21 -05:00
commit 333dfd6f52
187 changed files with 76759 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
document.addEventListener('DOMContentLoaded', () => {
const player = new Plyr(document.getElementById('player-ply'));
});