mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
9 lines
247 B
HTML
9 lines
247 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<frameset resizable="yes" rows="100%" onload="parent.changeInnermost(document.getElementById("innermost"))">
|
|
|
|
<frame id="innermost" src="data:text/html,<font color=red>old innermost"></frame>
|
|
|
|
</frameset>
|
|
</html>
|