imseldrith commited on
Commit
826063e
·
1 Parent(s): ce2e490

Delete templates

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -20
templates/index.html DELETED
@@ -1,20 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Book to Dataset Converter</title>
5
- </head>
6
- <body>
7
- <h1>Book to Dataset Converter</h1>
8
- <form method="post" enctype="multipart/form-data">
9
- <div>
10
- <label for="file">File:</label>
11
- <input type="file" name="file">
12
- </div>
13
- <div>
14
- <label for="url">URL:</label>
15
- <input type="text" name="url">
16
- </div>
17
- <input type="submit" value="Upload">
18
- </form>
19
- </body>
20
- </html>