mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
11 lines
334 B
Text
11 lines
334 B
Text
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
||
|
|
|
||
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
||
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
|
id="MainWindow"
|
||
|
|
title="IWindow Test">
|
||
|
|
<div style="position:absolute">abc</div>
|
||
|
|
|
||
|
|
|
||
|
|
</window>
|