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:
2026-01-02 16:21:31 -05:00
parent d132e945b6
commit 543d1ce3c2
5 changed files with 31 additions and 28 deletions

View File

@@ -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