Skip to content

Commit 673e0a6

Browse files
authored
Update index.html
1 parent 4d1829f commit 673e0a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<style type="text/css">
44
body {
55
background: black;
6-
color: pink;
6+
color: yellow;
77
}
88
div.container {
99
max-width: 500px;
@@ -19,7 +19,7 @@
1919
</head>
2020
<body>
2121
<div class="container">
22-
<h4>Welcome to Python App running in EKS Cluster!!</h4>
22+
<h4>Welcome to Docker Container running in EKS Cluster!!</h4>
2323
<h4>Deployed Containers Automation using Jenkins Pipelines!!!!!</h4>
2424
<br>
2525
<h4>Learning containers is really fun and awesome!!!!!</h4>

0 commit comments

Comments
 (0)