Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti authored Oct 25, 2023
1 parent ec41008 commit 2e58a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<!-- Project -->
<div class="file">
<input type="file" name="file" id="file" accept=".jpg" onchange="FileRead()">
<input type="file" name="file" id="file" accept=".jpg, .png, .gif" onchange="FileRead()">
</div>
<div class="image">
<img id="img" src="Microsoft.jpg" alt="Image">
Expand Down

0 comments on commit 2e58a3c

Please sign in to comment.