mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
11 lines
216 B
HTML
11 lines
216 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Timeline iframe test - parent frame</title>
|
|
</head>
|
|
<body>
|
|
<h1>Parent frame</h1>
|
|
<iframe src="timeline-iframe-child.html"></iframe>
|
|
</body>
|
|
</html>
|