humanizerplus2.0 / index.html
khaliqabdull's picture
Upload 9 files
6583a12 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Humanizer 3.0</title>
<link rel="stylesheet" href="style.css"/>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Google AdSense ad unit -->
<ins class="adsbygoogle" style="display:block; text-align:center;"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxx"
data-ad-slot="1234567890"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
<div class="container">
<h1>🤖 HUMANIZER 3.0</h1>
<p class="subtitle">Make robotic language more human-like using advanced AI</p>
<textarea id="inputText" placeholder="Enter robotic text..."></textarea>
<button onclick="humanize()">🤖 Humanize</button>
<textarea id="outputText" placeholder="Humanized output..." readonly></textarea>
<div class="links">
<a href="about.html">About</a> | <a href="contact.html">Contact</a> | <a href="privacy.html">Privacy Policy</a>
</div>
<footer>Made with 🤖 by Humanizer AI | Powered by Hugging Face</footer>
</div>
<script src="script.js"></script>
</body>
</html>