mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 18:39:57 +00:00
c45b0a7641
Start with Mozilla's HelloWorld sample Firefox extension
14 lines
436 B
XML
14 lines
436 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "chrome://helloworld/locale/hello.dtd">
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
title="&title.label;">
|
|
|
|
<hbox align="center">
|
|
<description flex="1">&separate.label;</description>
|
|
<button label="&close.label;" oncommand="close();"/>
|
|
</hbox>
|
|
|
|
</window>
|