⚠️ SLS (Singapore Learning Space) Compatibility Warnings:

The following external dependencies were detected and downloaded:
• https://www.googletagmanager.com/gtag/js?id=G-S9EWRY1CPJ
• https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js

🚨 IMPORTANT: ES6 Modules and Import Maps Limitation:
If your code uses ES6 modules (import/export) or import maps, it will NOT work
when opened directly as a file (file://) due to CORS restrictions.

✅ SOLUTION: Use the included local server
• Windows: Double-click "start_server.bat"
• Mac/Linux: Run "bash start_server.sh" or "python3 server.py"
• Then open http://localhost:8000 in your browser

Note: Some features may not work properly in SLS due to:
• Restricted internet access in SLS environment
• Content Security Policy limitations
• JavaScript execution restrictions
• ES6 module loading restrictions

All external files have been downloaded and included in this ZIP for offline use.
If you encounter issues in SLS, consider:
• Using simpler, vanilla JavaScript instead of complex libraries
• Avoiding external API calls
• Converting ES6 modules to regular script tags
• Testing thoroughly in the SLS environment

Downloaded file mapping:
• https://www.googletagmanager.com/gtag/js?id=G-S9EWRY1CPJ -> vendor/external_0.js
• https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js -> vendor/adsbygoogle_1.js