mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
11 lines
213 B
HTML
11 lines
213 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>iframe With Base Tag</title>
|
|
<link rel="match" href="iframe-with-base-ref.html">
|
|
<base href="support/">
|
|
</head>
|
|
<body>
|
|
<iframe src="blank.htm">
|
|
</body>
|
|
</html>
|