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

Update index.html

parent c88a10b1
Branches
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Internal Test Builds</title>
</head>
<body>
<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>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment