Skip to content

Commit cd9220d

Browse files
authored
Fix image source path in index.html
Updated image source path for microbe emoji.
1 parent 0d0b915 commit cd9220d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="brd1"><img src="https://upload.wikimedia.org/wikipedia/en/1/12/Flag_of_Poland.svg" alt="polish flag" style="width: 150px"></div>
1313
<div class="brd2">livin' a life in the Prignitz</div>
1414
<div class="brd3">you know, windows 11 ain't that bad when you remove the system requirements</div>
15-
<div class="brd4">fav emoji: apple emoji microbe<p><img src="C:\Users\User\Desktop\the other master\imger\microbe_1f9a0.png" alt="apple emoji microbe" style="width: 80px"></p></div>
15+
<div class="brd4">fav emoji: apple emoji microbe<p><img src="./media/microbe_1f9a0.png" alt="apple emoji microbe" style="width: 80px"></p></div>
1616
<div class="brd5">they do not know about my secrets</div>
1717
<div class="brd6">composer, fl studio</div>
1818
<div class="brd7">why did they call it oven when you of in the cold food of out hot eat the food</div>
@@ -24,3 +24,4 @@
2424

2525
</body>
2626
</html>
27+

0 commit comments

Comments
 (0)