dys.html 672 B

123456789101112131415
  1. <html>
  2. <title>Upload new File</title>
  3. <h1>Upload new File</h1>
  4. <form action="{{ url_for('dys') }}" method=post enctype="multipart/form-data">
  5. <p><input type=file name=file>
  6. <input type=submit value=Upload>
  7. </form>
  8. <a href="../"><img src="./static/ana.png" border="0"></a>
  9. <a href="../sbk"><img src="./static/info.png" border="0"></a>
  10. <a href="../halis"><img src="./static/add.png" border="0"></a>
  11. <a href="../fatura"><img src="./static/kaydet.png" border="0"></a>
  12. <a target="_blank" href="./static/f21.html"><img src="./static/calc.ico" border="0"></a>
  13. <a href="../exit"><img src="./static/close.png" border="0"></a><br>
  14. </html>