Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kubune authored Jun 7, 2024
1 parent caae78e commit d202d52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Brawl Nova</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -20,6 +20,7 @@
<div class="pageTitle">Brawl Nova</div>
</div>
<div class="navRight">
<a href="./api"
<button class="buttonAdd">Player Stats</button>
</div>
</div>
Expand All @@ -30,7 +31,7 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe, quibusdam!
</div>
<div class="genAdd">
<a href="http://">
<a href="https://discord.com/api/oauth2/authorize?client_id=1174755059351965748&permissions=551903608832&scope=bot%20applications.commands">
<button class="buttonAdd">Add to Discord</button>
</a>
</div>
Expand Down Expand Up @@ -91,7 +92,7 @@
Lorem ipsum dolor sit amet consectetur adipisicing elit. Saepe, quibusdam!
</div>
<div class="supAdd">
<a href="http://">
<a href="https://discord.gg/Bc2UdZCMHj">
<button class="buttonAdd">Join</button>
</a>
</div>
Expand All @@ -104,4 +105,4 @@
</section>
</div>
</body>
</html>
</html>

0 comments on commit d202d52

Please sign in to comment.