diff --git a/.vscode/launch.json b/.vscode/launch.json index 47adbad..8fdd378 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,11 +5,10 @@ "version": "0.2.0", "configurations": [ { - "type": "chrome", + "type": "firefox", "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:8080", - "webRoot": "${workspaceFolder}" + "name": "Launch Firefox against localhost", + "file": "${workspaceFolder}/index.html" } ] } \ No newline at end of file diff --git a/index.html b/index.html index fe77998..c3b9451 100755 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ -
+