diff options
author | JJ | 2024-09-30 04:13:22 +0000 |
---|---|---|
committer | JJ | 2024-09-30 04:13:22 +0000 |
commit | cda4b5821d5f362e8250ea336551706372e33d99 (patch) | |
tree | ed62e7b06c73119cebc7f2e83e650547ef6d7694 | |
parent | 6d34fab28c53692d9ca42a212a0a4d66d2398f81 (diff) |
meow
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,9 +46,9 @@ <main> <h1>scattered thoughts</h1> <nav> - <a href="/wiki/math">mathematics</a> - <a href="/wiki/ling">linguistics</a> - <a href="/wiki/cpsc">computation</a> + <a href="/math">mathematics</a> + <a href="/ling">linguistics</a> + <a href="/cpsc">computation</a> </nav> </main> </body> |