From e9eff375c7bf6ebfa2821916066656d76ebabc74 Mon Sep 17 00:00:00 2001 From: rdy02 <160905659+rdy02@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:41:51 +0000 Subject: [PATCH] Master --- .vscode/launch.json | 29 ++++++++++++ _project_starter_/index.html | 19 +++++--- _project_starter_/script.js | 16 +++++++ _project_starter_/style.css | 87 +++++++++++++++++++++++++++++++++--- 4 files changed, 140 insertions(+), 11 deletions(-) create mode 100644 .vscode/launch.json 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">
- - -