diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-08-06 19:01:42 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-08-06 19:09:48 -0400 |
commit | 3b44ca084b946756d6b77ca693cbd24c9d3eb7ef (patch) | |
tree | f805cb32699ae942173caacc3425b682e723b22b /static/index.html | |
parent | 42c23d4628ab898fdbf35b7c5e3798efdd2a093a (diff) |
Add blog page
Prompt:
Add a blog page
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 89ff7b7..9d8eca8 100644 --- a/static/index.html +++ b/static/index.html @@ -288,7 +288,7 @@ <ul> <li><a href="/about.html">About</a></li> <li><a href="#careers">Careers</a></li> - <li><a href="#blog">Blog</a></li> + <li><a href="/blog.html">Blog</a></li> <li><a href="#press">Press</a></li> </ul> </div> |