-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathResources.js
51 lines (39 loc) · 1.47 KB
/
Resources.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
document.querySelector("#img1").addEventListener("click", function () {
window.location.href = "img1.html";
});
document.querySelector("#img2").addEventListener("click", function () {
window.location.href = "img2.html";
});
document.querySelector("#img3").addEventListener("click", function () {
window.location.href = "img3.html";
});
document.querySelector("#img4").addEventListener("click", function () {
window.location.href = "img4.html";
});
document.querySelector("#img5").addEventListener("click", function () {
window.location.href = "img5.html";
});
document.querySelector("#img6").addEventListener("click", function () {
window.location.href = "img6.html";
});
document.querySelector("#img7").addEventListener("click", function () {
window.location.href = "img7.html";
});
document.querySelector("#img8").addEventListener("click", function () {
window.location.href = "img8.html";
});
document.querySelector("#img9").addEventListener("click", function () {
window.location.href = "img9.html";
});
document.querySelector("#img10").addEventListener("click", function () {
window.location.href = "img10.html";
});
document.querySelector("#img11").addEventListener("click", function () {
window.location.href = "img11.html";
});
document.querySelector("#img12").addEventListener("click", function () {
window.location.href = "img12.html";
});
document.querySelector("#img13").addEventListener("click", function () {
window.location.href = "img13.html";
});