Skip to content
Snippets Groups Projects
Commit 99427ed4 authored by gawen.ackerman's avatar gawen.ackerman :robot:
Browse files

1046

parent 78445e75
No related branches found
No related tags found
No related merge requests found
<!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>
...@@ -25,8 +25,5 @@ ...@@ -25,8 +25,5 @@
<p> <p>
This is another webpage, just to test the push. This is another webpage, just to test the push.
</p> </p>
<div class="version">
Version: 1.2.3
</div>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment