diff options
author | Ashelyn Dawn <ashe@tempest.dev> | 2022-12-21 00:41:01 +0000 |
---|---|---|
committer | Ashelyn Dawn <ashe@tempest.dev> | 2022-12-21 00:41:01 +0000 |
commit | 98e0c0d7abaf453147a833cc1d0f659551a98008 (patch) | |
tree | 8506675628b523f4e846ee969d72a82c8f580536 /index.html | |
parent | ccc09ccbdc4b6cf60a5211c88931c1834b1c3798 (diff) |
Adjust color scheme
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 7955534..1d6617b 100644 --- a/index.html +++ b/index.html @@ -4,12 +4,12 @@ <title>tempest.dev</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> <a href="/">Home</a> <a href="/about.html">About</a> - <a href="/changelog.html">Changelog</a> <a href="/posts/">Posts</a> </nav> <h1> |