Files
bigredbutton/settings.html
2023-11-02 17:47:33 +01:00

59 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CTW2M8Q7SB');
</script>
<link rel="stylesheet" href="./css/menu.css">
<link rel="stylesheet" href="./css/sett.css">
<link rel="shortcut icon" href="./img/settings.svg" type="image/x-icon">
<title>BRB - Settings</title>
</head>
<body id="body">
<section class="joe" id="jonathan"></section>
<main class="main" style="margin-top: 210px;">
<section class="item">
<article id="dlmode"><h3 id="ld"></h3></article>
<button class="change" onclick="SLDmodes()"></button>
</section>
<section class="item">
<article id="lgmode"><h3 id="lg"></h3></article>
<button class="change" onclick="language()"></button>
</section>
<section class="item">
<article id="help"><h3 id="hl"></h3></article>
<button class="change" onclick="help()"></button>
</section>
<section class="item">
<article id="suicide"><h3 id="rs"></h3></article>
<button class="change" onclick="reset()"></button>
</section>
</main>
<div class="menu-container" style="z-index: 500;">
<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.html" id="shop"></a></li>
<li><a href="upgrade.html" id="upg"></a></li>
<li><a href="settings.html" id="sett"></a></li>
</ul>
</div>
<script src="./js/menu.js"></script>
<script src="./js/sett.js"></script>
</body>
</html>