Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<!DOCTYPE html>
<html
scrolling="false"
>
<head>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: moz-src:; style-src chrome: 'unsafe-inline'"
/>
<link
rel="stylesheet"
/>
<link rel="localization" href="branding/brand.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<body>
<xul:dialog
>
<label id="info.txt" />
<vbox id="listWrapper">
<richlistbox id="list" class="theme-listbox" />
</vbox>
</xul:dialog>
</body>
</html>