diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html index a12cf29..322a45c 100644 --- a/html/index.html +++ b/html/index.html @@ -20,7 +20,8 @@ <div class="header-links"> <a href="/now.html" class="header-link">Now</a> <a href="/about.html" class="header-link">About</a> - <a rel="me" href="https://mastodon.social/@hazematman">Social</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> </div> <main> |