mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
9 lines
141 B
HTML
9 lines
141 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>iframe Without Base Tag</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<iframe src="support/blank.htm">
|
||
|
|
</body>
|
||
|
|
</html>
|