Spaces:
Running
Running
Commit
·
35b2d94
1
Parent(s):
5ccf10c
Create templates/home.html
Browse files- templates/home.html +14 -0
templates/home.html
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Content Quality Detection</title>
|
5 |
+
</head>
|
6 |
+
<body>
|
7 |
+
<h1>Content Quality Detection</h1>
|
8 |
+
<form method="post">
|
9 |
+
<label for="url">Blog Post URL:</label>
|
10 |
+
<input type="text" id="url" name="url">
|
11 |
+
<input type="submit" value="Submit">
|
12 |
+
</form>
|
13 |
+
</body>
|
14 |
+
</html>
|