mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-23 08:38:38 +00:00
12
PulumiWebServer/Nix/apps/static/index.html
Normal file
12
PulumiWebServer/Nix/apps/static/index.html
Normal 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>
|
||||
|
Reference in New Issue
Block a user