chore: add web toolchain and infrastructure for Plan 3

This commit is contained in:
Keith Solomon
2026-07-06 17:22:46 -05:00
parent 17782aab33
commit eed678e688
8 changed files with 59 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
http_response_code(403);
header('Content-Type: text/plain; charset=utf-8');
echo "Forbidden\n";