diff options
author | Oxbian <oxbian@mailbox.org> | 2024-11-30 20:54:04 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2024-11-30 20:54:04 -0500 |
commit | 7845ef0ba3009a8e4008dbb565c583eddf9fd48c (patch) | |
tree | a854090482cac03261835aead480691365b4b99c | |
parent | 9907af992278d7b9cfd67050dbe7ebebc802944d (diff) | |
download | ArKa-Web-7845ef0ba3009a8e4008dbb565c583eddf9fd48c.tar.gz ArKa-Web-7845ef0ba3009a8e4008dbb565c583eddf9fd48c.zip |
fix: typo in blog link in index.html
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ <h2>Hey,</h2> <p>I’m Oxbian, a geek who loves a lot of things. So I'll be quick, I’m fascinated by everything related to computers, not JavaScript framework or new "idea" but real innovations.</p> <p>I value privacy and security very highly. My goals are to improve the state of cybersecurity and to help develop more environmental friendly solutions (not just for tech).</p> - <p>Moreover, I’m always eager to learn new things and share my knowledge, which you can find on the <a href"https://blog.arka.rocks">blog</a>.</p> + <p>Moreover, I’m always eager to learn new things and share my knowledge, which you can find on the <a href="https://blog.arka.rocks">blog</a>.</p> </div> <h1>╟─────── ArKa ───────╢</h1> |