diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..709c65ad1 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,22 @@ +{ + // 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": [ + + { + "name": "Attach to Chrome", + "port": 9222, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + { + "type": "chrome", + "request": "launch", + "name": "Open index.html", + "file": "/home/james-orlando/Desktop/portfolio/phase-0-html-document-structure-lab/index.html" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 4ee34e565..7cd36b8ca 100644 --- a/index.html +++ b/index.html @@ -1 +1,14 @@ - \ No newline at end of file + + + +
+ + +