Skip to content

Commit

Permalink
Create form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ankan-sur authored Jan 29, 2023
1 parent 36d72c3 commit 643e964
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head>
<title>SkinScan!</title>
</head>
<body style="background-color:#BB93F3;font-size: 25;">
<h1 style="font-family:'Courier New'", style="color:purple">SkinScan</h1>
<h2 style="font-family:'Courier New'">Your results are a click away! </h2>
<form action = "/success" method = "post" enctype="multipart/form-data">
<input type="file" name="file" />
<input type = "submit" value="Upload">
</form>
</body>
</html>

0 comments on commit 643e964

Please sign in to comment.