diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-30 00:20:52 +0100 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2024-07-30 00:20:52 +0100 |
commit | 31d83c2ad43fd562e2fb57fa8eb0acd87d0dc9a1 (patch) | |
tree | 90ac1ee8be7f600ce4ec31013e93671798141010 /html/about.html | |
parent | b7edf7a86f78eb8b8500fada8b4f9ad0603cd780 (diff) |
Add code link to site
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/about.html b/html/about.html index 8347270..5ef480e 100644 --- a/html/about.html +++ b/html/about.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> |