diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..1b6cb8c --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,29 @@ +{ + // 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": "vscode-edge-devtools.debug", + "request": "attach", + "name": "Attach to Microsoft Edge and open the Edge DevTools", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "type": "msedge", + "request": "launch", + "name": "Launch Edge against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/_project_starter_/index.html b/_project_starter_/index.html index 4783501..7f230e3 100644 --- a/_project_starter_/index.html +++ b/_project_starter_/index.html @@ -1,13 +1,20 @@ - + < html leng="en">
- - -