getting rid of the annoying URL.com/thing.html

This commit is contained in:
cowmonk 2025-10-11 11:59:15 -07:00
parent 03b6d1971a
commit 29a4e3993b
5 changed files with 22 additions and 22 deletions

View file

@ -16,10 +16,10 @@
<p>Welcome to my corner of the web. Explore my thoughts, projects, and other random bits.</p>
<nav id="main-nav">
<a href="#about" class="active-nav-item">About</a>
<a href="projects.html">Projects</a>
<a href="blog/index.html">Blog</a>
<a href="interests.html">Interests</a>
<a href="credits.html">Credits</a>
<a href="projects/">Projects</a>
<a href="blog/">Blog</a>
<a href="interests/">Interests</a>
<a href="credits/">Credits</a>
</nav>
</header>