Add files via upload

This commit is contained in:
MrEidam
2023-08-31 21:32:20 +02:00
committed by GitHub
commit 317cac71a7
50 changed files with 2870 additions and 0 deletions

39
upgrade.html Normal file
View File

@@ -0,0 +1,39 @@
<!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="upgr.js"></script>
</body>
</html>