mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 41.0.0.1 - Ads
This commit is contained in:
10
index.html
10
index.html
@@ -11,7 +11,7 @@
|
||||
<meta property="og:title" content="BRB">
|
||||
<meta property="og:description" content="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">
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9310992147638822" crossorigin="anonymous"></script>
|
||||
<script src="https://kit.fontawesome.com/21ea186610.js" crossorigin="anonymous"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
|
||||
<title>BRB - Clicking</title>
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
<body id="body">
|
||||
<div id="tycoon"></div>
|
||||
|
||||
<!-- Clicks -->
|
||||
<div id="logclick">
|
||||
<p id="disclick">
|
||||
@@ -42,14 +43,15 @@
|
||||
<ul>
|
||||
<li><a href="./" id="brb">BRB</a></li>
|
||||
<li><a href="shop.html" id="shop"></a></li>
|
||||
<li><a href="upgrade.html" id="upg">Upgrades</a></li>
|
||||
<li><a href="upgrade.html" id="upg"></a></li>
|
||||
<li><a href="settings.html" id="sett"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- YouTube -->
|
||||
<div id="yt" class="Yt" style="position:absolute;width:110px;height:40px;overflow:hidden;background:linear-gradient(#d44,#722);border:none;border-radius:1rem;filter:drop-shadow(10px 8px 6px #333);">
|
||||
<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 YouTube kanál" target="_blank"></a>
|
||||
<img style="width:100%;height:100%;" src="./img/YT.png" title="Můj YT kanál">
|
||||
<a style="width:100%;height:100%;" href="https://www.youtube.com/@mreidam" title="Můj YouTube kanál" target="_blank"></a>
|
||||
</div>
|
||||
|
||||
<!-- Project -->
|
||||
|
||||
Reference in New Issue
Block a user