Commit ·
f56dfd0
1
Parent(s): 918ec3e
Create result.html
Browse files- templates/result.html +10 -0
templates/result.html
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<title>Content Quality Result</title>
|
| 5 |
+
</head>
|
| 6 |
+
<body>
|
| 7 |
+
<h1>Content Quality Result</h1>
|
| 8 |
+
<p>Quality: {{ quality }}</p>
|
| 9 |
+
</body>
|
| 10 |
+
</html>
|