diff options
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/about.html b/html/about.html index 7d303d1..fe33286 100644 --- a/html/about.html +++ b/html/about.html @@ -19,8 +19,7 @@ <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> - <a href="/now.html" class="header-link">Now</a> - <a href="/about.html" class="header-link">About</a> + <a href="/about.html" class="header-link">About</a> <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a> <a href="https://git.fryzekconcepts.com" class="header-link">Code</a> </div> |