diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:38:17 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:38:17 +0000 |
commit | 39573b6ce4d8f8fa51bf9480431d45eb88d7c404 (patch) | |
tree | 3004940f6c79c5bb1747d62b372e363003dacf31 /wk8/pset/homepage/index.html | |
parent | c8beffa7a891603d7e6cd1baee55c1ccd8024729 (diff) |
Fri, Jul 5, 2024, 1:38 AM -07:00
Diffstat (limited to 'wk8/pset/homepage/index.html')
-rw-r--r-- | wk8/pset/homepage/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wk8/pset/homepage/index.html b/wk8/pset/homepage/index.html index 891f830..b74d659 100644 --- a/wk8/pset/homepage/index.html +++ b/wk8/pset/homepage/index.html @@ -15,6 +15,10 @@ <div id="flex"> <main> <div class="title"> Welcome home pookie!</div> + <div class="content"> + <p>My first version of my personal website, made for the Harvard CS50 class</p> + </div> + < </main> <aside>aside</aside> </div> |