Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikka3 authored Jun 4, 2024
1 parent a248220 commit c8348a9
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 @@ -111,7 +111,7 @@ <h1>Mods Installer <span class="by-tubm">by Tubm</span></h1>
</div>
</div>
<div class="server-ip-box">
<p>serverip</p>
<p>IP:taentub.falixsrv.me</p>
</div>
<script>
// Event listener for "Mods" box (class: .manmods)
Expand All @@ -135,7 +135,7 @@ <h1>Mods Installer <span class="by-tubm">by Tubm</span></h1>
// Event listener for "server-ip-box" (class: .server-ip-box) - add semicolon
const serverIpBox = document.querySelector('.server-ip-box');
serverIpBox.addEventListener('click', function() {
navigator.clipboard.writeText('serverip')
navigator.clipboard.writeText('taentub.falixsrv.me')
.then(() => {
console.log('Server IP copied to clipboard!');
})
Expand Down

0 comments on commit c8348a9

Please sign in to comment.