mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 13:28:28 +00:00
4 lines
192 B
HTML
4 lines
192 B
HTML
<!DOCTYPE html>
|
|
<p style="width:100px;height:100px;background:red;">iframe 1</p>
|
|
<iframe src="data:text/html,<div style='width:400px;height:200px;background:yellow;'>iframe 2</div>"></iframe>
|