かんたん作成【HTML CSS JavaScript PHP CGI Perl Ruby Python .htaccess】

Hello world !

#! /usr/bin/python

print "Content-type: text/html\n\n"
print "<html>"
print "<head>"
print "<title>Hello world !</title>"
print "</head>"
print "<body>"
print "Hello world !<br>"
print "</body>"
print "</html>"
かんたん作成【HTML CSS JavaScript PHP CGI Perl Ruby Python .htaccess】