-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="сиська.css">
<title>checker</title>
<script src="./main.js"></script>
</head>
<body>
<img src="./plus.png" id="plusicon" style="display:none">
<button class="button-40" onclick="
if (document.body.contains(document.getElementById('plusicon'))) document.getElementById('plusicon').remove();
if (document.body.contains(document.getElementById('maindiv'))) document.getElementById('maindiv').remove();
if (document.body.contains(document.getElementById('wrongHero'))) document.getElementById('wrongHero').remove();
if (document.body.contains(document.getElementById('avatarImage'))) document.getElementById('avatarImage').remove();
if (document.body.contains(document.getElementById('aAvatarImage'))) document.getElementById('aAvatarImage').remove();
if (document.body.contains(document.getElementById('playerName'))) document.getElementById('playerName').remove();
if (document.body.contains(document.getElementById('playerRank'))) document.getElementById('playerRank').remove();
getBestHeroPlayerRank();">
Find best player for your hero</button>
</body>
</html>