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,
<!-- Note: This document renders LLM generated content and runs with content
- privileges. Everything it displays arrives from the parent process. -->
<!doctype html>
<head>
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer" />
<meta
http-equiv="Content-Security-Policy"
content="default-src resource: chrome:; object-src 'none'; img-src chrome: page-icon:;"
/>
<meta name="color-scheme" content="light dark" />
<title data-l10n-id="ai-tab-default-page-title"></title>
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
<link rel="localization" href="toolkit/branding/brandings.ftl" />
<link rel="localization" href="preview/aiWindow.ftl" />
<script src="chrome://browser/content/contentTheme.js"></script>
<script
type="module"
src="chrome://browser/content/aiwindow/components/aitab-page.mjs"
></script>
</head>
<body>
<aitab-page></aitab-page>
</body>
</html>