This commit is contained in:
2023-09-14 12:03:17 +08:00
commit 10312f0ada
18 changed files with 5555 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#include <stdio.h>
int main(int argc, char const *argv[])
{
printf("content-type: text/html;charset=utf-8\r\n");
printf("\r\n");
printf("<h3>请求成功,正在跳转主页</h3>");
return 0;
}
BIN
View File
Binary file not shown.