Files
bigredbutton/upgrade.html
2023-09-07 18:58:48 +02:00

39 lines
914 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BRB - Upgrades</title>
<link rel="stylesheet" href="./css/upgr.css">
<link rel="icon" href="./img/upgrade-icon-png-12.jpg">
</head>
<body>
<!-- BRB -->
<header>
<div id="links">
<p class="link" style="--color:#ff6655">
<a href="index.html">Go to BRB!</a>
</p>
<p class="link" style="--color:darkorange">
<a href="shop.html" id="clickbrb">Go back to Shop!</a>
</p>
</div>
<!-- lemons -->
<div id="loglm">
<img src="./img/Lemons.png" id="imglm" draggable="false">
<p id="dislm"></p>
</div>
</header>
<h1 style="text-align:center;margin-top:5rem;">
COMING SOON...
</h1>
<script src="./js/upgr.js"></script>
</body>
</html>