Initial commit
This commit is contained in:
3
survey-nginx/html/hello_world.pl
Executable file
3
survey-nginx/html/hello_world.pl
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/perl -wT
|
||||
print "Content-type: text/plain\n\n";
|
||||
print "Hello World In CGI Perl"
|
||||
13
survey-nginx/html/index.html
Normal file
13
survey-nginx/html/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World In html file</h1>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user