Files
justice/www/html/Game/public/dev-local/INSTALL-WINDOWS.txt
T
2026-05-27 08:02:22 +00:00

17 lines
550 B
Plaintext

LOCALHOST ONLY — does not change production pages.
1) Edit YOUR LOCAL file (not production server):
C:\AppServ\www\srv1361159.hstgr.cloud\Game\room-lobby.html
2) Find the first <script ...> near end of file (before app-base.js).
3) Insert this line ABOVE app-base.js:
<script src="https://srv1361159.hstgr.cloud/Game/dev-local/bootstrap.js"></script>
4) Save. Ctrl+Shift+R on room-lobby.
Production https://srv1361159.hstgr.cloud/ must NOT include this script tag.
Create Room (local): same bootstrap in Create Room\index.html if needed.