From c78e93431e011c69383005988b8328d6c45a538a Mon Sep 17 00:00:00 2001 From: emnetadane Date: Sun, 21 Jul 2024 17:18:28 -0400 Subject: [PATCH] h1 added with the content of hello --- gitPractice | 1 + index.html | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 160000 gitPractice create mode 100644 index.html diff --git a/gitPractice b/gitPractice new file mode 160000 index 0000000..75beef4 --- /dev/null +++ b/gitPractice @@ -0,0 +1 @@ +Subproject commit 75beef4595f642ea34ab38377972f1ef2a6c7003 diff --git a/index.html b/index.html new file mode 100644 index 0000000..4535170 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + GIT PRACTICE + + +

hello

+ + \ No newline at end of file