nastylování přehrávače

This commit is contained in:
2021-01-23 21:19:52 +01:00
parent 4a53f21281
commit db9c865b86
12 changed files with 169 additions and 112 deletions

3
js/model.js Normal file
View File

@@ -0,0 +1,3 @@
class Model {
constructor() {}
}