Files
PulumiConfig/PulumiWebServer/Nix/apps/static/index.html
Patrick Stevens 656b93b248 Add apps subdomain (#36)
* Add apps subdomain

* Fix formatting
2025-01-29 18:34:49 +00:00

13 lines
447 B
HTML

<!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>