site

my personal site
git clone git://git.daat.foo/site.git
Log | Files | Refs | README | LICENSE

commit f007a4411b904c8f0a0f424f9a8157730e1a15f9
parent 7d9f55de50e45f0b7c5c20cf1207523cab820dc4
Author: cowmonk <rekketstone@proton.me>
Date:   Fri,  6 Jun 2025 17:05:52 -0700

readme and simple update

Diffstat:
AREADME | 3+++
Mindex.html | 4++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,3 @@ +cowmonk.github.io is just a redirect to cowmonk.based.pt + +this is also (allegedly) the source code of the website, to whom if anyone doubts the purity of my website, being absolutely javascript-free. diff --git a/index.html b/index.html @@ -80,6 +80,10 @@ </ul> <p>Feel free to check out my <a href="blog/index.html">blog</a> for more detailed write-ups on some of these topics.</p> </section> + <section id="other-things"> + <h2><span class="prompt">$</span> Credits</h2> + <p>Thank you to bacalhau for providing the server + subdomain for this website! For anyone that sees this website, please head over to <a href="https://based.pt">his website</a>. And if you have any spare change, I would encourage you to donate since all his services that he provides are 100% free, and (allegedly) safe.</p> + </section> </main> </div>