mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 46
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="UTF-8">
|
||||
@@ -15,14 +14,15 @@
|
||||
<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">
|
||||
<meta property="og:image" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/BRB-Version.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"/>
|
||||
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/MrEidam/bigredbutton/main/img/BRB-Version.png"/>
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
||||
|
||||
<title>BRB - Upgrades</title>
|
||||
|
||||
<link rel="stylesheet" href="../css/menu.css">
|
||||
@@ -66,8 +66,8 @@
|
||||
<button class="buyTone" onclick="tblb()" id="presBT1">
|
||||
Buy 1 ticket
|
||||
</button>
|
||||
<button class="buyTone" onclick="talb()" id="presBTmax">
|
||||
Buy All tickets
|
||||
<button class="buymax" onclick="talb()" id="presBTmax">
|
||||
MAX
|
||||
</button>
|
||||
</div>
|
||||
<button id="ItsTime" onclick="TheThing();"></button>
|
||||
@@ -91,6 +91,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<script src="../js/menu.js"></script>
|
||||
<script src="../js/fornum.js"></script>
|
||||
<script src="../js/upgr.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user