mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
3 lines
192 B
HTML
3 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>
|