File size: 303 Bytes
35b2d94
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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>