Rename home page to about
This page is all about me and what I've been doing, so it makes more sense to call it the about page rather than home or index.
This commit is contained in:
parent
3bcf621a1c
commit
fed75e4930
3 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ source.addEventListener("reload", () => location.reload());`;
|
|||
<body>
|
||||
<header class="header">
|
||||
<nav>
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/about.html">About</a>
|
||||
<a href="/updates.html">Updates</a>
|
||||
<a href="/words.html">Words</a>
|
||||
<a href="/projects.html">Projects</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue