$root = "C:\Users\ogzhn\OneDrive\Masaüstü\jetis-app-main" $indexPath = Join-Path $root "index.html" $utf8NoBom = New-Object System.Text.UTF8Encoding($false) $html = @'
Uygulamayı indirmek için:
© Jetİş
'@ [System.IO.File]::WriteAllText($indexPath, $html, $utf8NoBom) "OK -> $indexPath"