Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaJaiswal77 authored Sep 1, 2023
1 parent d44afa0 commit 2e2b05f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Virtual Try-On</title>
</head>
<body>
<h1>Upload an Image for Virtual Try-On</h1>
<form action="/success" method="POST" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" value="Try On">
</form>
</body>
</html>

0 comments on commit 2e2b05f

Please sign in to comment.