Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Calc2790 committed Jul 22, 2024
1 parent b52f185 commit cde1f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<script src="scripts.js"></script>
</body>
<!-- Add this where you want the button to appear -->
<a href="https://discord.gg/QhpSgN89Qn" target="_blank" id="discord-button">Join Our Discord</a>
<a href="https:/discord.gg/pSEB94NC" target="_blank" id="discord-button">Join Our Discord</a>

<div>
<!DOCTYPE html>
Expand Down Expand Up @@ -125,7 +125,7 @@
<title>Copy to Clipboard</title>
<script>
function copyToClipboard() {
const message = 'Join my Discord server: https://discord.gg/QhpSgN89Qn';
const message = 'Join my Discord server: https://discord.gg/pSEB94NC';
const el = document.createElement('textarea');
el.value = message;
el.style.position = 'fixed';
Expand Down

0 comments on commit cde1f93

Please sign in to comment.