imseldrith's picture
Rename templates/index.html to templates/home.html
f2509e7
raw
history blame contribute delete
314 Bytes
<!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>