29 lines
546 B
HTML
29 lines
546 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>BRB - Upgrades</title>
|
|
|
|
<link rel="stylesheet" href="./css/upgr.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- BRB -->
|
|
<header>
|
|
<p class="link">
|
|
<a href="shop.html" id="clickbrb">Go back to Shop!</a>
|
|
</p>
|
|
|
|
<!-- lemons -->
|
|
<div id="loglm">
|
|
<img src="./img/Lemons.png" id="imglm" draggable="false">
|
|
<p id="dislm"></p>
|
|
</div>
|
|
</header>
|
|
|
|
<script src="upgr.js"></script>
|
|
</body>
|
|
|
|
</html> |