Skip to content

Instantly share code, notes, and snippets.

@jamesmoss
Created March 31, 2012 09:41
Show Gist options
  • Save jamesmoss/2261314 to your computer and use it in GitHub Desktop.
Save jamesmoss/2261314 to your computer and use it in GitHub Desktop.
weirdness
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://fooljs.com/">here</a>.</p>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment