We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1829f commit 673e0a6Copy full SHA for 673e0a6
1 file changed
templates/index.html
@@ -3,7 +3,7 @@
3
<style type="text/css">
4
body {
5
background: black;
6
- color: pink;
+ color: yellow;
7
}
8
div.container {
9
max-width: 500px;
@@ -19,7 +19,7 @@
19
</head>
20
<body>
21
<div class="container">
22
- <h4>Welcome to Python App running in EKS Cluster!!</h4>
+ <h4>Welcome to Docker Container running in EKS Cluster!!</h4>
23
<h4>Deployed Containers Automation using Jenkins Pipelines!!!!!</h4>
24
<br>
25
<h4>Learning containers is really fun and awesome!!!!!</h4>
0 commit comments