From 877e5b1cb415d91dd8ebdc6308292a260123f902 Mon Sep 17 00:00:00 2001 From: Edward Young Date: Tue, 9 Apr 2024 21:40:53 -0700 Subject: [PATCH] initiated main and blog pages --- blog/index.html | 10 ++++++++++ main/index.html | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/blog/index.html b/blog/index.html index e69de29..0231419 100644 --- a/blog/index.html +++ b/blog/index.html @@ -0,0 +1,10 @@ + + + + My Blog Articles! + + + + This will contain all of the blogs articles and links. + + \ No newline at end of file diff --git a/main/index.html b/main/index.html index e69de29..8988eef 100644 --- a/main/index.html +++ b/main/index.html @@ -0,0 +1,17 @@ + + + + + Main + + + + + + + + \ No newline at end of file