imseldrith's picture
Create templates/home.html
35b2d94
raw
history blame contribute delete
303 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Content Quality Detection</title>
</head>
<body>
<h1>Content Quality Detection</h1>
<form method="post">
<label for="url">Blog Post URL:</label>
<input type="text" id="url" name="url">
<input type="submit" value="Submit">
</form>
</body>
</html>