Skip to content

Commit

Permalink
?win95 param
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Somerville committed Feb 10, 2015
1 parent ed185c7 commit 957fea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

print "Content-Type: text/html\r\n\r\n"

if ENV["HTTP_USER_AGENT"] =~ /Windows 95/ # lmao
if ENV["HTTP_USER_AGENT"] =~ /Windows 95/ || ENV["QUERY_STRING"] == "win95" # lmao
puts <<-HTML
<TITLE>Charlie Somerville</TITLE>
<BODY BGCOLOR=#FFFFFF>
Expand Down

0 comments on commit 957fea8

Please sign in to comment.