From f2681a7a080c297405b5eccce32fabdb4636220d Mon Sep 17 00:00:00 2001 From: Shrikant Dhayje <35664193+shriekdj@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:06:50 +0530 Subject: [PATCH 1/2] add main and footer section Intentionally negleted the aside section --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 9cda6bb..d57c7ec 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,23 @@ Hello World +
Website Header
+
+ + +
+ Main Section +
+ + + From 00fca5cf6ca0f58b5173ca7f3caf051b78952cf8 Mon Sep 17 00:00:00 2001 From: Shrikant Dhayje <35664193+shriekdj@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:15:24 +0530 Subject: [PATCH 2/2] link blank js and css files to index.html --- index.html | 3 +++ static/js/script.js | 0 static/styles/style.css | 0 3 files changed, 3 insertions(+) create mode 100644 static/js/script.js create mode 100644 static/styles/style.css diff --git a/index.html b/index.html index d57c7ec..6f45e25 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Hello World +
@@ -25,5 +26,7 @@ + +