Fidamohammad commited on
Commit
82d9a22
·
verified ·
1 Parent(s): e1eff6f

Upload index.html

Browse files
Files changed (1) hide show
  1. 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>