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