Skip to content

Commit 552a9d3

Browse files
authored
Merge pull request #41 from KAUSHIK-KUMAR-RM/file-upload-emoji
added the emoji on upload button
2 parents f9258f2 + 4db3bf1 commit 552a9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Views/Home/FileUpload.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h2>Can you Deface the Home Page of this Website with a cool hacker message 😈?</h2>
2020
<form asp-action="FileUpload" method="post" enctype="multipart/form-data" class="mb-3">
2121
<input type="file" name="file" class="form-control" required/>
22-
<button class="btn btn-primary">Upload</button>
22+
<button class="btn btn-primary">📂 Upload</button>
2323
</form>
2424

2525
</div>

0 commit comments

Comments
 (0)