Version - 1 - 1-38
This commit is contained in:
57
Version - 35/index.html
Normal file
57
Version - 35/index.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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 - Clicking</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>Click me to get to the Shop!</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 -->
|
||||
HELP
|
||||
</button>
|
||||
</section>
|
||||
|
||||
<a href="https://brb-mreidam-cz.netlify.com"><img src="img\Flag_of_the_Czech_Republic.svg.png" alt="" class="cz"></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>
|
||||
Reference in New Issue
Block a user