blob: fc87f9d78813b3d7b42d4e8816e1cbe000415fd9 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="640" height="480">
<browser id="browser" type="content-primary" flex="1" src="about:blank"
disablehistory="true" disablesecurity="true"/>
</window>
|