diff options
author | JJ | 2024-04-26 01:14:01 +0000 |
---|---|---|
committer | JJ | 2024-04-26 01:14:01 +0000 |
commit | 68b8ed81cbf87341e84947ec027e371d4d433015 (patch) | |
tree | 996add6a7a9d30c3db294df7c9e1d77b817e35eb /monogram.html | |
parent | dc8466112fe96da838883b7c0e379d94d402326d (diff) |
switch from apropos.codes to toki.la
Diffstat (limited to 'monogram.html')
-rw-r--r-- | monogram.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/monogram.html b/monogram.html index a350ce7..5bfda39 100644 --- a/monogram.html +++ b/monogram.html @@ -5,15 +5,15 @@ title: monogram <main style="font-family: 'Fira Code', monospace; width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;"> <img src="assets/compass.jpg" style="width: 250px; height: auto; margin-bottom: 2.5em;"/> <nav style="margin-bottom: 10em;"> - <a href="https://apropos.codes" style="color: black;">home</a> + <a href="/" style="color: black;">home</a> · - <a href="https://apropos.codes/about" style="color: black;">about</a> + <a href="/about" style="color: black;">about</a> · - <a href="https://apropos.codes/resume" style="color: black;">resume</a> + <a href="/resume" style="color: black;">resume</a> · - <a href="https://apropos.codes/posts" style="color: black;">posts</a> + <a href="/posts" style="color: black;">posts</a> · - <a href="https://apropos.codes/bookshelf" style="color: black;">bookshelf</a> + <a href="/bookshelf" style="color: black;">bookshelf</a> </nav> </main> <!-- |