initial commit

This commit is contained in:
2025-12-10 13:38:11 +11:00
commit 53852868aa
17 changed files with 370571 additions and 0 deletions

5
index.cgi Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
print("Content-Type: text/html")
print("Status: 302 Found")
print("Location: /cgi-bin/ppgen.py")
print()