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 https://mozilla.org/MPL/2.0/. -->
<!doctype html>
<html class="ai-window">
<head>
<meta charset="utf-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src resource: chrome:; object-src 'none'; img-src chrome:;"
/>
<meta name="color-scheme" content="light dark" />
<!-- TODO : Add localization preview -->
<title>AI Window</title>
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
<link
rel="stylesheet"
href="chrome://browser/content/sidebar/sidebar.css"
/>
<script
type="module"
src="chrome://browser/content/aiwindow/components/ai-window.mjs"
></script>
<script
type="module"
src="chrome://browser/content/aiwindow/components/input-cta.mjs"
></script>
</head>
<body>
<ai-window></ai-window>
</body>
</html>