diff options
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/about.html b/about.html index 695f7af..80582b5 100644 --- a/about.html +++ b/about.html @@ -4,6 +4,7 @@ <title>About</title> <link rel="stylesheet" href="/resources/style.css"/> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="me" href="https://social.treehouse.systems/@ashe"/> </head> <body> <nav> @@ -48,11 +49,11 @@ and Irisha </p> - <h3>Other Projects</h3> + <h3>Other Sites</h3> <ul> - <li><a target="_blank" href="https://tilde.club/~ashe/">My homepage</a></li> <li><a target="_blank" href="https://ashe.gay/">My personal blog</a></li> + <li><a target="_blank" href="https://tilde.club/~ashe/">Little rust landing page</a></li> </ul> </body> </html> |