Version - 1 - 1-38
This commit is contained in:
29
Version - 34/upgrade.html
Normal file
29
Version - 34/upgrade.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user