AI-Rephraser / templates /index.html
imseldrith's picture
Create templates/index.html
385b968
raw
history blame
340 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>AI Content Detection</title>
</head>
<body>
<h1>AI Content Detection</h1>
<form action="/detect" method="post">
<textarea name="content" rows="10" cols="50"></textarea>
<br>
<input type="submit" value="Submit">
</form>
</body>
</html>