Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -20,12 +20,12 @@ | ... | @@ -20,12 +20,12 @@ |
20 | <ul class = "image-container"> | 20 | <ul class = "image-container"> |
21 | 21 | ||
22 | <div> | 22 | <div> |
23 | - <img src="player_picture/KIA/KIA_hitter/김호령.jpg"> | 23 | + <img src="player_picture/KIA/KIA_hitter_jpgs/김호령.jpg"> |
24 | <input type="button" value = "김호령" id = "김호령" name = "kia" onclick = shuffle(this)> | 24 | <input type="button" value = "김호령" id = "김호령" name = "kia" onclick = shuffle(this)> |
25 | <input type="button" value = "삭제" name = "김호령" onclick = remove(this)> | 25 | <input type="button" value = "삭제" name = "김호령" onclick = remove(this)> |
26 | </div> | 26 | </div> |
27 | <div> | 27 | <div> |
28 | - <img src="player_picture/KIA/KIA_hitter/최형우.jpg"> | 28 | + <img src="player_picture/KIA/KIA_hitter_jpgs/최형우.jpg"> |
29 | <input type="button" value = "최형우" id = "최형우" name = "kia" onclick = shuffle(this)> | 29 | <input type="button" value = "최형우" id = "최형우" name = "kia" onclick = shuffle(this)> |
30 | <input type="button" value = "삭제" name = "최형우" onclick = remove(this)> | 30 | <input type="button" value = "삭제" name = "최형우" onclick = remove(this)> |
31 | </div> | 31 | </div> | ... | ... |
-
Please register or login to post a comment