Add apps subdomain (#36)

* Add apps subdomain

* Fix formatting
This commit is contained in:
Patrick Stevens
2025-01-29 18:34:49 +00:00
committed by GitHub
parent 58b958ae86
commit 656b93b248
6 changed files with 179 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<h1>Apps</h1>
<p>This is a collection of single-page applications, mostly vomited out by Claude to solve small tasks.</p>
<ul>
<li><a href="/middle_word.html">Compute the number of words in a string and the middle word.</a></li>
<li><a href="/sha256sum.html">Compute SHA256sums, as one might wish to do to verify someone's precommitment to a piece of text.</a></li>
</ul>
</body>
</html>