Spaces:
No application file
No application file
Upload index.html
Browse files- index.html +13 -0
index.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
<!DOCTYPE html>
|
| 3 |
+
<html>
|
| 4 |
+
<head><title>Research PDF Generator</title></head>
|
| 5 |
+
<body>
|
| 6 |
+
<h2>Generate Research PDF</h2>
|
| 7 |
+
<form action="/generate" method="post">
|
| 8 |
+
<label>Research Topic:</label><br><br>
|
| 9 |
+
<input type="text" name="topic" style="width:300px;" required><br><br>
|
| 10 |
+
<button type="submit">Generate PDF</button>
|
| 11 |
+
</form>
|
| 12 |
+
</body>
|
| 13 |
+
</html>
|