From 99427ed47902bbb2c160ff2015716b349b50045c Mon Sep 17 00:00:00 2001
From: "gawen.ackerman" <gawen.ackermann@etu.hesge.ch>
Date: Wed, 20 Dec 2023 10:47:34 +0100
Subject: [PATCH] 1046

---
 public/index2 copy.html | 29 +++++++++++++++++++++++++++++
 public/index2.html      |  3 ---
 2 files changed, 29 insertions(+), 3 deletions(-)
 create mode 100644 public/index2 copy.html

diff --git a/public/index2 copy.html b/public/index2 copy.html
new file mode 100644
index 0000000..3d5441f
--- /dev/null
+++ b/public/index2 copy.html	
@@ -0,0 +1,29 @@
+<!doctype html>
+<html>
+	<head>
+		<title>Simple CI/CD pipeline with GitLab</title>
+		<meta charset="utf-8" />
+		<style type="text/css">
+		.version {
+			font-family: monospace;
+			font-size: 50px;
+			margin: 100px auto;
+			width: 100%;
+			text-align: center;
+		}
+		.commit {
+			font-family: monospace;
+			font-size: 30px;
+			margin: 100px auto;
+			width: 100%;
+			text-align: center;
+		}
+		</style>
+	</head>
+	<body>
+		<h1>Simple CI/CD pipeline with GitLab</h1>
+		<p>
+            This is another webpage, just to test the push.
+        </p>
+	</body>
+</html>
diff --git a/public/index2.html b/public/index2.html
index 457935d..3d5441f 100644
--- a/public/index2.html
+++ b/public/index2.html
@@ -25,8 +25,5 @@
 		<p>
             This is another webpage, just to test the push.
         </p>
-		<div class="version">
-			Version: 1.2.3
-		</div>
 	</body>
 </html>
-- 
GitLab