From 34c8c1343ce5b4620a6c70e4f9e4b24faad7cba9 Mon Sep 17 00:00:00 2001
From: Abhishek Poojary <abhishek.poojary@niveussolutions.com>
Date: Fri, 24 Nov 2023 08:22:46 +0000
Subject: [PATCH] Add index file

---
 public/index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 public/index.html

diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..137b861
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,15 @@
+<!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>
+
+</body>
+
+</html>
-- 
GitLab