mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
13 lines
223 B
HTML
13 lines
223 B
HTML
<html>
|
|
<body onload='(parent || opener).childLoad()'>
|
|
|
|
<div style='height:500px; background:yellow'>
|
|
<a id='#top'>Top of the page</a>
|
|
</div>
|
|
|
|
<div id='bottom'>
|
|
<a id='#bottom'>Bottom of the page</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|