diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..ba515d0e --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + { + "type": "pwa-chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://127.0.0.1:5500/index.html", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/README.md b/README.md index d12d8eb8..4065bb08 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You are provided with a template for your project: - an HTML file (`index.html`) - a linked, empty CSS file (`style.css`) - a linked JS script with a sample `player` object (`player.js`) -- a linked JS script with a template for your code (`index.js`) +- 7ya linked JS script with a template for your code (`index.js`) - an `images` folder with the webpage icon and song cover art The HTML defines the basic structure of the page. There are 2 container elements - one for the songs and one for the playlists. You may add more structural elements to the HTML (headings etc.), but the songs and playlists themselves must be generated using JS, based on the `player` object. diff --git a/index.html b/index.html index c55fb482..1481e6ea 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,23 @@
+