mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-02 07:30:08 +00:00
11 lines
159 B
HTML
11 lines
159 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<!--
|
||
|
https://bugzilla.mozilla.org/show_bug.cgi?id=802895
|
||
|
-->
|
||
|
<body>
|
||
|
<iframe id="iframe" srcdoc="Hello World"></iframe>
|
||
|
</body>
|
||
|
|
||
|
</html>
|