Created
August 2, 2008 18:30
-
-
Save ELLIOTTCABLE/3755 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/opt/bin/ruby | |
# print "Status: 404\r\n" | |
print "Status: 200 OK\r\n" | |
print "Content-Type: text/html\r\n" | |
print "Server: \r\n" | |
print "Date: \r\n" | |
print "\r\n" | |
print %!<title>femto google<body onload='document.all.q.focus()'><form action=s><input style='width:99%;font:48"";border:0;background:#ddd'name=q>! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment