diff --git a/cgi-bin/login.c b/cgi-bin/login.c new file mode 100644 index 0000000..c5d6809 --- /dev/null +++ b/cgi-bin/login.c @@ -0,0 +1,6 @@ +#include + +int main() +{ + return 0; +} diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..ba8f00b --- /dev/null +++ b/html/index.html @@ -0,0 +1,14 @@ + + + + + 菜鸟教程(runoob.com) + + + +

我的第一个标题

+ +

我的第一个段落。

+ + +