From 7421579fe60e22adf7aae263e37ac58c3f3d5196 Mon Sep 17 00:00:00 2001 From: jhalitaksoy Date: Tue, 29 Jun 2021 03:29:30 +0300 Subject: [PATCH] updated page title --- .vscode/launch.json | 15 +++++++++++++++ src/index.html | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..7a9dfa0 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // 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": [ + { + "type": "pwa-chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 09e816e..2618db2 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - React + TypeScript + Mancala