diff --git a/index.html b/index.html index 0123b2d..0db58fd 100644 --- a/index.html +++ b/index.html @@ -1,210 +1,183 @@ - - - - Configuration Profile Generator with Unique Uuid - - - - - - - + } + + + + - -
-

Configuration Profile Generator with Unique Uuid

- @AiGptCode آموزش تصویری -
- -
- - -
اپراتور خود را انتخاب کنید
-
- - -
- - - +
+

Configuration Profile Generator with Unique Uuid

+ @AiGptCode آموزش تصویری +
+ +
+ + +
اپراتور خود را انتخاب کنید
+
+ + +
+ + + - +
+ - - - + + + + const configBlob = new Blob([configPlist], { type: 'application/xml' }); + const downloadLink = document.createElement('a'); + downloadLink.href = URL.createObjectURL(configBlob); + downloadLink.download = 'config.mobileconfig'; + downloadLink.click(); + setTimeout(() => { + URL.revokeObjectURL(downloadLink.href); + }, 1000); + } + + configForm.addEventListener('submit', handleFormSubmit); + - - \ No newline at end of file + \ No newline at end of file