Skip to content

Commit b9d295b

Browse files
authored
Update index.html
1 parent a41a117 commit b9d295b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/index.html

Lines changed: 3 additions & 3 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: yellow;
6+
color: pink;
77
}
88
div.container {
99
max-width: 500px;
@@ -19,10 +19,10 @@
1919
</head>
2020
<body>
2121
<div class="container">
22-
<h4>Welcome to Python App running in AKS!!</h4>
22+
<h4>Welcome to Python App running in AKS Cluster!!</h4>
2323
<h4>Deployed Containers Automation using Azure Build Pipelines!!!!!</h4>
2424
<br>
25-
<h4>Learning containers is really fun!!!!!</h4>
25+
<h4>Learning containers is really fun and awesome!!!!!</h4>
2626
</div>
2727
</body>
2828
</html>

0 commit comments

Comments
 (0)