Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-open-source
/
BaseBallSimulator
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정주희
2021-05-30 05:47:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31096ec416842c077a72f5a4ae33958a7b2e9d6e
31096ec4
1 parent
4cdcab3d
JS_test updated(folder name)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
JS_test.html
JS_test.html
View file @
31096ec
...
...
@@ -20,12 +20,12 @@
<ul
class =
"image-container"
>
<div>
<img
src=
"player_picture/KIA/KIA_hitter/김호령.jpg"
>
<img
src=
"player_picture/KIA/KIA_hitter
_jpgs
/김호령.jpg"
>
<input
type=
"button"
value =
"김호령"
id =
"김호령"
name =
"kia"
onclick =
shuffle(this)
>
<input
type=
"button"
value =
"삭제"
name =
"김호령"
onclick =
remove(this)
>
</div>
<div>
<img
src=
"player_picture/KIA/KIA_hitter/최형우.jpg"
>
<img
src=
"player_picture/KIA/KIA_hitter
_jpgs
/최형우.jpg"
>
<input
type=
"button"
value =
"최형우"
id =
"최형우"
name =
"kia"
onclick =
shuffle(this)
>
<input
type=
"button"
value =
"삭제"
name =
"최형우"
onclick =
remove(this)
>
</div>
...
...
Please
register
or
login
to post a comment