ikraamkb commited on
Commit
e1bfd7f
·
verified ·
1 Parent(s): 4644c93

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +2 -1
templates/home.html CHANGED
@@ -31,7 +31,8 @@
31
  <input type="file" id="file-upload" accept=".pdf,.doc,.txt" style="display:none">
32
  <input type="file" id="image-upload" accept="image/*" style="display:none">
33
 
34
- <script src="/static/hellopagejs.js"></script>
 
35
  </body>
36
  </html>
37
 
 
31
  <input type="file" id="file-upload" accept=".pdf,.doc,.txt" style="display:none">
32
  <input type="file" id="image-upload" accept="image/*" style="display:none">
33
 
34
+ <script src="/static/application.js"></script>
35
+
36
  </body>
37
  </html>
38