mirror of
https://github.com/roytam1/UXP.git
synced 2026-06-10 18:38:34 +00:00
10 lines
141 B
HTML
10 lines
141 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>iframe Without Base Tag</title>
|
|
</head>
|
|
<body>
|
|
<iframe src="support/blank.htm">
|
|
</body>
|
|
</html>
|