-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (57 loc) · 3.13 KB
/
index.html
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
52
53
54
55
56
57
58
59
60
61
62
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
</head>
<body>
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/1.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/2.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/3.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/4.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/5.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/6.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/7.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/8.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/9.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/10.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/11.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/12.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/13.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/14.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/15.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/16.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/17.png" />
<img id="img" style="display: block; -webkit-user-select: none;cursor: zoom-in; width: auto; height:200px" src="/images/18.png" />
</body>
<!-- <script>
var heads = [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
] -->
<!-- // function getRandomInt(max) {
// return Math.floor(Math.random() * Math.floor(max));
// }
// function selectImage(){
// var img = document.getElementById('img');
// img.src = window.location.href + "/images/" + heads[getRandomInt(heads.length)] + ".png";
// img.style.display = "block";
// }
// selectImage(); -->
<!-- </script> -->
</html>