$root = "C:\Users\ogzhn\OneDrive\Masaüstü\jetis-app-main" $indexPath = Join-Path $root "index.html" $utf8NoBom = New-Object System.Text.UTF8Encoding($false) $html = @' Jetİş

Jetİş

Uygulamayı indirmek için:

Google Play

App Store


© Jetİş

'@ [System.IO.File]::WriteAllText($indexPath, $html, $utf8NoBom) "OK -> $indexPath"