From 51183d97bb869f5b7bbfed61c2c6e1eea6489fe7 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Fri, 4 Dec 2020 19:51:28 +0300 Subject: [PATCH]
--- .vscode/launch.json | 7 +++---- index.html | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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 @@ -
+