diff options
author | Ashelyn Dawn <git@tempest.dev> | 2023-01-04 16:21:07 -0700 |
---|---|---|
committer | Ashelyn Dawn <git@tempest.dev> | 2023-01-04 16:21:07 -0700 |
commit | a4ab17b00d56a0a1814fc04074045373c7d965ec (patch) | |
tree | e71aad9d25726a6a13b537f2a64d79cacccf163c | |
parent | 98e0c0d7abaf453147a833cc1d0f659551a98008 (diff) |
Update about
-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> |