mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Add files via upload
This commit is contained in:
39
upgrade.html
Normal file
39
upgrade.html
Normal 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>
|
||||
Reference in New Issue
Block a user