ThunderAI/popup/mzta-popup.html

30 lines
1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="mzta-popup.css">
<title>ThunderAI Prompts</title>
</head>
<body>
<div id="ask_chatgpt_web_perm">__MSG_ask_chatgptweb_permission_1__
<br>__MSG_ask_integration_permission_2_popup__
</div>
<div id="ask_anthropic_api_perm">__MSG_ask_anthropic_api_permission_1__
<br>__MSG_ask_integration_permission_2_popup__
</div>
<div id="ask_openai_api_perm">__MSG_ask_openai_api_permission_1__
<br>__MSG_ask_integration_permission_2_popup__
</div>
<div id="mzta_search_banner">
<div id="_spacer_div">&nbsp;</div>
<div id="mzta_sending_prompt"><img src="mzta-loading.svg" title="__MSG_SendingPrompt__"></div>
<input type="text" id="mzta_search_input" placeholder="__MSG_SearchPrompt__">
<div id="mzta_autocomplete-items-loading"><img src="mzta-loading.svg" title="__MSG_Loading__"></div>
<div id="mzta_autocomplete-items"></div>
</div>
<script src="mzta-popup.js" type="module"></script>
<script src="../js/mzta-i18n.js"></script>
</body>
</html>