diff --git a/public/index2 copy.html b/public/index2 copy.html new file mode 100644 index 0000000000000000000000000000000000000000..3d5441f586d11b24b7d411465c667b7937430891 --- /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 457935d172945d7b55e4552e8f47e9ce3fb85ed0..3d5441f586d11b24b7d411465c667b7937430891 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>