Replaces the default FreeCAD Start page with a dual-mode view: - Online: QWebEngineView loading the Silo web app - Offline: native Qt fallback with recent files and connectivity status The command override is registered at InitGui.py load time, before the C++ StartLauncher fires. Connectivity is polled every 5 seconds and the view switches automatically. Closes kindred/create#117