Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cfunkz authored Mar 14, 2024
1 parent 5e63d5d commit a86ed25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<li class="nav-item">
<a class="nav-link" href="javascript:void(0);" onclick="openConverter('password-gen')">Password Gen</a>
</li>
<li class="nav-item">
<a class="nav-link" href="javascript:void(0);" onclick="openConverter('gamertag')">Gamer Tag</a>
</li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -396,6 +399,15 @@ <h1 class="mb-4">Password Generator</h1>
<div id="passwordDisplay" class="mt-3 text-center bg-light p-3 rounded"></div>
</div>

<!--gamer tag-->
<div class="container py-5" style="display:none;" id="gamertag">
<h1 class="text-center mb-4">Gamer Tag Generator</h1>
<div class="text-center mb-4">
<button id="genButton" class="btn btn-lg btn-success">Generate Gamer Tag</button>
</div>
<div id="nameDisplay" class="text-center display-4 fw-bold"></div>
</div>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
Expand Down

0 comments on commit a86ed25

Please sign in to comment.