diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 4900aeaf819173afbca91db1016ab799ed4eefcf (patch) | |
tree | 20d29697a365fa839c2b30eda106205409f3e61d | |
parent | log (diff) | |
download | w-4900aeaf819173afbca91db1016ab799ed4eefcf.tar w-4900aeaf819173afbca91db1016ab799ed4eefcf.tar.gz w-4900aeaf819173afbca91db1016ab799ed4eefcf.tar.bz2 w-4900aeaf819173afbca91db1016ab799ed4eefcf.tar.xz w-4900aeaf819173afbca91db1016ab799ed4eefcf.zip |
log edit and readme update
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | about.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 58304fb..9a9da6b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Web +### WWW This is the source code for my website. Currently It's just a few html files and one css file that I host as a static site on kinsta. @@ -7,7 +7,7 @@ files and one css file that I host as a static site on kinsta. #### 12/09/23 I just started my website on the 6th, I'm hosting it on kinsta and so far the -only pages are the homepage, projects page, and this page. I also started to add +only pages are the homepage, projects page, and about page. I also started to add some basic css and successfully got a working header and footer. #### 12/10/23 diff --git a/about.html b/about.html index d31e6d8..b1b82f9 100644 --- a/about.html +++ b/about.html @@ -17,7 +17,7 @@ and git.</p> <h2>Logs</h2> <h3>12/09/23</h3> <p>I just started my website on the 6th, I'm hosting it on kinsta and so far the -only pages are the homepage, projects page, and this page. I also started to add +only pages are the homepage, projects page, and about page. I also started to add some basic css and successfully got a working header and footer.</p> <h3>12/10/23</h3> |