Skip to content

Commit

Permalink
uplaod
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaielectronic committed Dec 21, 2024
1 parent a8171be commit 87770ed
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 212 deletions.
2 changes: 1 addition & 1 deletion Galery/Appel-The-Adventure/password/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Réinitialiser le Mot de Passe</h2>
const form = document.getElementById('resetForm');
const messageDiv = document.getElementById('message');
const checkmarkImage = document.getElementById('checkmarkImage');
const ws = new WebSocket('ws://localhost:1234'); // Assurez-vous que le serveur WebSocket est correctement configuré
const ws = new WebSocket('wss://srv.appel.ovh:1234'); // Assurez-vous que le serveur WebSocket est correctement configuré

// Connexion WebSocket
ws.onopen = () => {
Expand Down
414 changes: 203 additions & 211 deletions Galery/Appel-The-Adventure/play-plan/Appel The Aventure-1-6.html

Large diffs are not rendered by default.

0 comments on commit 87770ed

Please sign in to comment.