mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +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>
|