From efe430ebe85212bccd19cb012b6e23ffb7ae7252 Mon Sep 17 00:00:00 2001
From: Abhishek Poojary <abhishek.poojary@niveussolutions.com>
Date: Thu, 23 Nov 2023 11:59:12 +0000
Subject: [PATCH] Update index.html

---
 index.html | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/index.html b/index.html
index 8b13789..86d2568 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,23 @@
+<!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>
-- 
GitLab