From f4f2e05142993619b428823aa239d7d665522dc7 Mon Sep 17 00:00:00 2001 From: pknowledge Date: Wed, 18 Sep 2024 13:40:59 +0300 Subject: [PATCH 1/2] Addsdocument.md --- .vscode/launch.json | 22 ++++++++++++++++++++++ index.html | 15 ++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..709c65ad1 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,22 @@ +{ + // 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": "chrome", + "request": "launch", + "name": "Open index.html", + "file": "/home/james-orlando/Desktop/portfolio/phase-0-html-document-structure-lab/index.html" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 4ee34e565..7cd36b8ca 100644 --- a/index.html +++ b/index.html @@ -1 +1,14 @@ - \ No newline at end of file + + + + + + + My Site Title + + + + +

My document page

+ + \ No newline at end of file From acc2fc6a7e0922425c748cb805d23753e7e88ef3 Mon Sep 17 00:00:00 2001 From: pknowledge Date: Wed, 18 Sep 2024 14:53:17 +0300 Subject: [PATCH 2/2] myfile.md --- myfile.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 myfile.md diff --git a/myfile.md b/myfile.md new file mode 100644 index 000000000..e69de29bb