diff --git a/.vscode/launch.json b/.vscode/launch.json index 5b80718..718d482 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Attach to Chrome", - "port": 9222, + "port": 8080, "request": "attach", "type": "chrome", "webRoot": "${workspaceFolder}" @@ -16,14 +16,14 @@ "name": "Launch Chrome", "request": "launch", "type": "chrome", - "url": "http://localhost:8080", + "url": "https://localhost:8080", "webRoot": "${workspaceFolder}" }, { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", - "url": "http://localhost:8080", + "url": "https://localhost:9222", "webRoot": "${workspaceFolder}" } ] diff --git a/Pages/Contact.html b/Pages/Contact.html index 446dd4d..310203c 100644 --- a/Pages/Contact.html +++ b/Pages/Contact.html @@ -2,10 +2,10 @@ - +