Fix domain to atomaste.ca in SEO files
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,9 @@ echo.
|
||||
echo Ouvrez votre navigateur a l'adresse:
|
||||
echo http://localhost:8080
|
||||
echo.
|
||||
echo Ou depuis un autre appareil sur le reseau:
|
||||
echo http://[VOTRE_IP]:8080
|
||||
echo.
|
||||
echo Appuyez sur Ctrl+C pour arreter le serveur
|
||||
echo ========================================
|
||||
echo.
|
||||
@@ -17,6 +20,6 @@ echo.
|
||||
timeout /t 2 /nobreak >nul
|
||||
start http://localhost:8080
|
||||
|
||||
python -m http.server 8080 --bind 127.0.0.1
|
||||
python -m http.server 8080 --bind 0.0.0.0
|
||||
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user