回答編集履歴

1

url変更

2017/01/21 18:23

投稿

2001Y
2001Y

スコア83

test CHANGED
@@ -18,9 +18,9 @@
18
18
 
19
19
  '<div class="gallery-image">' +
20
20
 
21
- '<a href="https://seig-physics.github.io/site/test/' + i + '.jpg">' +
21
+ '<a href="https://test.github.io/img/' + i + '.jpg">' +
22
22
 
23
- '<img src="https://seig-physics.github.io/site/test/' + i + '.jpg">' +
23
+ '<img src="https://test.github.io/img/' + i + '.jpg">' +
24
24
 
25
25
  '</a>' +
26
26