Spaces:
Build error
Build error
File size: 314 Bytes
f2509e7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<!DOCTYPE html>
<html>
<head>
<title>Content Quality Detector</title>
</head>
<body>
<h1>Content Quality Detector</h1>
<form action="/" method="post">
<input type="text" name="url" placeholder="Enter blog post URL">
<button type="submit">Submit</button>
</form>
</body>
</html>
|