Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
birkanbalaban authored Nov 2, 2024
1 parent 2dad9cd commit 4244039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
cursor: pointer;
margin: 20px auto;
transition: all 0.3s;
text-transform: uppercase;
letter-spacing: 2px;
box-shadow: 0 0 20px rgba(255, 87, 34, 0.4);
max-width: 300px;
Expand Down Expand Up @@ -144,7 +145,7 @@ <h1>Jedi Mind Challenge</h1>
</div>

<div id="message"></div>
<button id="connect-button" onclick="connectToWifi()">Connect to the dark side now!</button>
<button id="connect-button" onclick="connectToWifi()">Connect to the Dark Side</button>
</div>

<script>
Expand Down

0 comments on commit 4244039

Please sign in to comment.