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 xmlns="http://www.w3.org/1999/xhtml" role="document">
<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';"
/>
<meta name="color-scheme" content="light dark" />
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
<link
rel="stylesheet"
href="chrome://browser/content/aiwindow/ai-window-shared.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/ai-tasks.mjs"
></script>
</head>
<body>
<ai-tasks></ai-tasks>
</body>
</html>