OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <head> | |
3 <title>Oh noes!</title> | |
4 </head> | |
5 <body> | |
6 <h1>Oh noes!</h1> | |
7 | |
8 <body onload="window.open('infinite_popups_impl.html', '', 'toolbar=0,scrollbars =0,location=0,statusbar=0,menubar=0,resizable=0,width=50,height=50')"> | |
9 Over and... | |
10 </body> | |
11 | |
12 </body> | |
13 </html> | |
OLD | NEW |