24 lines
No EOL
806 B
HTML
24 lines
No EOL
806 B
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_chatgptweb_permission_2_popup__
|
|
</div>
|
|
<div id="mzta_search_banner">
|
|
<div id="_spacer_div"> </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> |