src/music: Add music page

This commit is contained in:
Tristan Maat 2018-04-19 23:59:13 +00:00
parent 7965a38afa
commit 8166ee99ec
7 changed files with 65 additions and 1 deletions

7
src/music/music.js Normal file
View file

@ -0,0 +1,7 @@
import "bootstrap";
import "./music.scss";
import music from "./Mseq_-_Journey.mp3";
import Player from "./player/index.js";
window.player = new Player(music);