Skip to content
Snippets Groups Projects
Commit 9ae80a73 authored by Abhishek Poojary's avatar Abhishek Poojary
Browse files

Update index.html

parent 1cbee37e
Branches
No related tags found
No related merge requests found
Pipeline #6532 passed
...@@ -10,14 +10,6 @@ ...@@ -10,14 +10,6 @@
<body> <body>
<h1>Internal Test Builds</h1> <h1>Internal Test Builds</h1>
<button onclick="downloadiOSProdBuild()">Download iOS prod build</button>
<script>
function downloadiOSProdBuild() {
// Add the logic to handle the download here
alert("Downloading iOS prod build..."); // For demonstration purposes
}
</script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment