Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<title>QR code wizard test</title>
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="messenger/preferences/preferences.ftl" />
<script src="chrome://messenger/content/preferences/qr-code-wizard.mjs" type="module"></script>
</head>
<body>
<template id="qrCodeWizardTemplate">
<figure>
<figcaption></figcaption>
<img alt="" src="" />
</figure>
</template>
<qr-code-wizard></qr-code-wizard>
</body>
</html>