Shakhovak commited on
Commit
3bdf2b9
1 Parent(s): d2febe5

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -14,7 +14,7 @@
14
  </form>
15
  </body>
16
  <body>
17
- <h1>Upload a Text File</h1>
18
  <form action="/upload" method="post" enctype="multipart/form-data">
19
  <input type="file" name="file" accept=".txt" required>
20
  <button type="submit">Upload</button>
 
14
  </form>
15
  </body>
16
  <body>
17
+ <h1>Upload a Text File (txt in utf-8 only!!!)</h1>
18
  <form action="/upload" method="post" enctype="multipart/form-data">
19
  <input type="file" name="file" accept=".txt" required>
20
  <button type="submit">Upload</button>