mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
62 lines
3.0 KiB
HTML
62 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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">
|
|
<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"/>
|
|
|
|
<link rel="shortcut icon" href="./img/brb-still.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="./css/title.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">
|
|
</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/title.js"></script>
|
|
</body>
|
|
</html> |