Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created August 2, 2008 18:30
Show Gist options
  • Save ELLIOTTCABLE/3755 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/3755 to your computer and use it in GitHub Desktop.
#!/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