Skip to main content

rtrtrt

AI Content Detector

AI Content Detector

Enter your content here:

© 2023 AI Content Detector

* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; } .main-content { margin: 50px auto; width: 80%; text-align: center; } h1 { font-size: 36px; margin-bottom: 20px; } p { font-size: 18px; margin-bottom: 10px; } textarea { width: 100%; height: 200px; padding: 10px; font-size: 16px; margin-bottom: 10px; resize: none; } button { background-color: #ff0000; color: #fff; padding: 10px 20px; border: none; border-radius: 4px; font-size: 18px; cursor: pointer; } button:hover { background-color: #cc0000; } #result-container { margin-top: 20px; } #result { font-size: 24px; font-weight: bold; color: #ff0000; } footer { background-color: #ccc; color: #fff; padding: 10px; text-align: center; } // Get the submit button const submitBtn = document.getElementById("submit-btn"); // Add event listener to the submit button submitBtn.addEventListener("click", function() { // Get the content from the textarea const content = document.getElementById("content").value; // Make a request to the AI content detection API fetch("https://api.ai-content-detector.com/detect", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ content: content }) }) .then(response => response.json()) .then(data => { // Display the result in the result container const resultContainer = document.getElementById("result-container"); const result = document.getElementById("result"); result.innerHTML = data.result; resultContainer.style.display = "block"; }) .catch(error => console.error(error)); });

Comments

Popular posts from this blog

How treats Travel Insurance cover?

What is Personal Accident Insurance?

For what reason is Senior Citizen Travel Medical Insurance USA an absolute necessity?