smartAssistPage.html (722B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this file, 3 - You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 5 <!doctype html> 6 <html> 7 <head> 8 <meta charset="utf-8" /> 9 <title data-l10n-id="genai-smart-assist-title"></title> 10 <link rel="localization" href="preview/genai.ftl" /> 11 <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" /> 12 <script 13 type="module" 14 src="chrome://browser/content/genai/content/smart-assist.mjs" 15 ></script> 16 </head> 17 <body> 18 <h1 data-l10n-id="genai-smart-assist-title"></h1> 19 <smart-assist mode="tab"></smart-assist> 20 </body> 21 </html>