15 lines
187 B
HTML
15 lines
187 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
|
|
|
|
for (var fuzzRepeat = 0; fuzzRepeat < 500; ++fuzzRepeat) {
|
|
document.write("<span>");
|
|
}
|
|
document.write("<isindex>");
|
|
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|