57 lines
1.7 KiB
HTML
57 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="cz">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>BRB - Klikání</title>
|
|
|
|
<!-- By MrEidam && Standa Chlup -->
|
|
|
|
|
|
<!-- Custom Styles -->
|
|
<link rel="stylesheet" href="./css/brb.css">
|
|
<link rel="icon" href="https://i.postimg.cc/9Rs0vWFF/Nezm-kl.png">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Shop -->
|
|
<div id="tycoon">
|
|
<a href="shop.html" id="shop"><p>Klikni na mě aby ses dostal do Obchodu!</p></a>
|
|
</div>
|
|
|
|
<!-- Clicks -->
|
|
<div id="logclick">
|
|
<p id="disclick">
|
|
</div>
|
|
|
|
<!-- BRB -->
|
|
<div id="button" onclick="clicking()">
|
|
<img src = 'https://i.postimg.cc/9Rs0vWFF/Nezm-kl.png' id="unpressed" draggable="false">
|
|
<img src = "https://i.postimg.cc/NLr5Rrpy/Zm-kl.png" id="pressed" draggable="false">
|
|
</div>
|
|
|
|
|
|
<section class="btns">
|
|
<button class="reset" onclick="reset()"><!-- RESET -->
|
|
RESET
|
|
</button>
|
|
|
|
<button class="help" onclick="help()"><!-- Tutorial -->
|
|
POMOC
|
|
</button>
|
|
</section>
|
|
|
|
<a href="https://brb-mreidam-en.netlify.com"><img src="img\Flag_of_the_United_Kingdom_(1-2).svg.png" alt="" class="uk"></a>
|
|
|
|
<!-- YouTube -->
|
|
<div class="Yt" style="position:absolute;width:110px;height:40px;overflow:hidden;background:linear-gradient(#d44,#722);border:2px solid #333;border-radius:1rem;">
|
|
<img style="position:absolute;width:100%;height:100%;" src="./img/YT.png" title="Můj YT kanál">
|
|
<a style="position:absolute;width:100%;height:100%;" href="https://www.youtube.com/@mreidam" title="Můj YT kanál"></a>
|
|
</div>
|
|
|
|
<!-- Project -->
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html> |