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 2e58a3c commit 98b9a75
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 @@ -14,7 +14,7 @@
<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">
<img id="img" src="Demo.jpg" alt="Image">
</div>
<div class="arrs">
<span class="arrow" id="arrUp">⬆️</span>
Expand Down

0 comments on commit 98b9a75

Please sign in to comment.