回答編集履歴
1
url変更
answer
CHANGED
@@ -8,8 +8,8 @@
|
|
8
8
|
for (i = 1; i <= 13; i++) {
|
9
9
|
document.body.insertAdjacentHTML('beforeend',
|
10
10
|
'<div class="gallery-image">' +
|
11
|
-
'<a href="https://
|
11
|
+
'<a href="https://test.github.io/img/' + i + '.jpg">' +
|
12
|
-
'<img src="https://
|
12
|
+
'<img src="https://test.github.io/img/' + i + '.jpg">' +
|
13
13
|
'</a>' +
|
14
14
|
'</div>');
|
15
15
|
}
|