Source code

Revision control

Copy as Markdown

Other Tools

<!-- 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
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome: resource:; object-src 'none';"
/>
<meta name="referrer" content="no-referrer" />
<meta name="color-scheme" content="light dark" />
<title data-l10n-id="ai-smart-form-fill-review-heading"></title>
<link rel="localization" href="preview/aiWindow.ftl" />
<link
rel="stylesheet"
href="chrome://browser/content/aiwindow/smartformfill-form-review.css"
/>
<script
type="module"
src="chrome://browser/content/aiwindow/smartformfill-form-review.mjs"
></script>
</head>
<body>
<div id="form-review-browser-container"></div>
</body>
</html>