mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version - 47
This commit is contained in:
49
index.html
49
index.html
@@ -24,39 +24,26 @@
|
||||
<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-Version.png"/>
|
||||
|
||||
<link rel="shortcut icon" href="./img/brb-still.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="./css/title.css">
|
||||
<link rel="stylesheet" href="./css/basic.css">
|
||||
|
||||
<link id="icon" rel="shortcut icon" href="./img/brb-still.png" type="image/x-icon">
|
||||
<link id="link" rel="stylesheet" href="./css/title.css">
|
||||
|
||||
<link rel="stylesheet" href="./css/menu.css">
|
||||
|
||||
<title>BRB - Main Menu</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1 id="tit">BRB THE GAME</h1>
|
||||
</header>
|
||||
<h3 id="heh"></h3>
|
||||
<a href="./Clicking/">
|
||||
<img src="./img/brb-still.png" draggable="false">
|
||||
</a>
|
||||
|
||||
<div id="jonathan"></div>
|
||||
|
||||
<!-- Soc. -->
|
||||
<div class="socmenu">
|
||||
<li style="--i:1;--clr:#f00;">
|
||||
<a href="https://www.youtube.com/@mreidam" target="_blank"><img src="./img/youtube.svg"></a>
|
||||
</li>
|
||||
<li style="--i:2;--clr:#FF4500;">
|
||||
<a href="https://www.reddit.com/r/BRBGame/" target="_blank"><img src="./img/reddit.svg"></a>
|
||||
</li>
|
||||
<!-- <li style="--i:2;--clr:#00acee;">
|
||||
<a href="https://twitter.com/EidamMr" target="_blank"><img src="./img/twitter.svg"></a>
|
||||
</li> -->
|
||||
<div class="toggle" id="soctog">
|
||||
<svg height="1em" viewBox="0 0 512 512"><path d="M384 336a63.78 63.78 0 00-46.12 19.7l-148-83.27a63.85 63.85 0 000-32.86l148-83.27a63.8 63.8 0 10-15.73-27.87l-148 83.27a64 64 0 100 88.6l148 83.27A64 64 0 10384 336z" fill="currentColor"/></svg>
|
||||
<svg height="1em" viewBox="0 0 384 512"><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" fill="currentColor"/></svg>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="foot"></footer>
|
||||
<script src="./js/jquery.js"></script>
|
||||
<script src="./js/menu.js"></script>
|
||||
<script src="./js/title.js"></script>
|
||||
<script src="./js/fornum.js"></script>
|
||||
<script src="./js/main.js"></script>
|
||||
<script src="./js/shop.js"></script>
|
||||
<script src="./js/upgr.js"></script>
|
||||
<script src="./js/sett.js"></script>
|
||||
<script src="./js/htmls.js"></script>
|
||||
</head>
|
||||
<body id="body">
|
||||
<script>toTitle()</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user