mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 03:13:09 +09:00
8 lines
210 B
HTML
8 lines
210 B
HTML
|
|
<html>
|
||
|
|
<body onpopstate='opener.page1Popstate();' onload='opener.page1Load();'
|
||
|
|
onpageshow='opener.page1PageShow();'>
|
||
|
|
|
||
|
|
<div style='height:10000px' id='div1'>This is a very tall div.</div>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|