├── README.md ├── css └── style.css ├── index.html └── js ├── doubleLinkedList.js ├── script.js └── utils.js /README.md: -------------------------------------------------------------------------------- 1 | # Music_Player_Using_LinkedList -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrionJoshi/Music_Player_Using_LinkedList/HEAD/css/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrionJoshi/Music_Player_Using_LinkedList/HEAD/index.html -------------------------------------------------------------------------------- /js/doubleLinkedList.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrionJoshi/Music_Player_Using_LinkedList/HEAD/js/doubleLinkedList.js -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrionJoshi/Music_Player_Using_LinkedList/HEAD/js/script.js -------------------------------------------------------------------------------- /js/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OrionJoshi/Music_Player_Using_LinkedList/HEAD/js/utils.js --------------------------------------------------------------------------------