mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
97 lines
4.0 KiB
HTML
97 lines
4.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!-- Meta -->
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
|
<meta name="keywords" content="BRB, MrEidam, Eidam, Clicker, Button, Red, Big, Shop, Ajdam, MrAjdam, paneidam, merida, mreidam clicker, mreidam game, mreidam social, mreidam brb upgrade">
|
|
<meta name="author" content="MrEidam">
|
|
<!-- Social -->
|
|
<meta property="og:title" content="BRB">
|
|
<meta property="og:url" content="https://www.mreidam-brb.com">
|
|
<meta property="og:site_name" content="BRB"/>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
|
<meta property="og:image" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png">
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
|
<meta name="twitter:title" content="BRB"/>
|
|
<meta name="twitter:url" content="https://www.mreidam-brb.com"/>
|
|
<meta property="twitter:description" content="Webová Clicker hra s Červeným tlačítkem a zvířátky!">
|
|
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/brb-still.png"/>
|
|
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
|
<title>BRB - Upgrades</title>
|
|
|
|
<link rel="stylesheet" href="../css/menu.css">
|
|
<link rel="stylesheet" href="../css/upgr.css">
|
|
<link rel="icon" href="../img/upgrade-icon-png-12.jpg">
|
|
</head>
|
|
|
|
<body id="body">
|
|
<!-- lemons -->
|
|
<section class="joe" id="jonathan">
|
|
<div id="loglm">
|
|
<img src="../img/lemon.svg" id="imglm" draggable="false">
|
|
<p id="dislm"></p>
|
|
</div>
|
|
</section>
|
|
|
|
<main style="margin-top: 175px;">
|
|
<!-- Example -->
|
|
<div class="item">
|
|
<h2>BRB</h2>
|
|
<img src="../img/brb-still.png">
|
|
<div class="buttons" style="--Bcolor: darkred">
|
|
<button onclick="buyMcc()" class="buyone" id="Mc1">
|
|
</button><!--
|
|
<button onclick="mxMc()" class="buymax">
|
|
MAX
|
|
</button>-->
|
|
</div>
|
|
|
|
<p id="disMcmake"></p>
|
|
</div>
|
|
|
|
|
|
<div class="item">
|
|
<h2>Prestige</h2>
|
|
<img src="../img/angel-wings.svg">
|
|
<div>
|
|
<progress id="prog" min="0" max="1000" value="0"></progress>
|
|
</div>
|
|
<div class="buttons" style="--Bcolor: gold">
|
|
<button class="buyTone" onclick="tblb()" id="presBT1">
|
|
Buy 1 ticket
|
|
</button>
|
|
<button class="buyTone" onclick="talb()" id="presBTmax">
|
|
Buy All tickets
|
|
</button>
|
|
</div>
|
|
<button id="ItsTime" onclick="TheThing();"></button>
|
|
<p id="progva"></p>
|
|
<p id="got"></p>
|
|
</div>
|
|
</main>
|
|
|
|
<div class="menu-container">
|
|
<div class="button">Menu
|
|
<span class="fas">
|
|
<svg height="1em" viewBox="0 0 448 512"><style>svg{fill:#ffffff}</style><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg>
|
|
<svg height="1em" viewBox="0 0 384 512"><style>svg{fill:#ffffff}</style><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>
|
|
</span>
|
|
</div>
|
|
<ul>
|
|
<li><a href="../" id="brb">BRB</a></li>
|
|
<li><a href="../Shop/" id="shop"></a></li>
|
|
<li><a href="../Upgrade/" id="upg"></a></li>
|
|
<li><a href="../Settings/" id="sett"></a></li>
|
|
</ul>
|
|
</div>
|
|
<script src="../js/menu.js"></script>
|
|
<script src="../js/upgr.js"></script>
|
|
</body>
|
|
|
|
</html> |