mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
7 lines
178 B
HTML
7 lines
178 B
HTML
<!DOCTYPE HTML>
|
|
<style>
|
|
p { color: fuchsia }
|
|
</style>
|
|
<p>This is a paragraph inside the iframe.</p>
|
|
<div style="display:none"><p>This is a paragraph inside the iframe.</p></div>
|