diff options
-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> |