mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
8 lines
218 B
HTML
8 lines
218 B
HTML
<html>
|
|
<body onpopstate='opener.page2Popstate();' onload='opener.page2Load();'
|
|
onpageshow='opener.page2PageShow();'>
|
|
|
|
<div style='height:300%' id='div2'>The second page also has a big div.</div>
|
|
|
|
</body>
|
|
</html>
|