Skip to content

Commit 0b03960

Browse files
committed
hello reinvent
Signed-off-by: jonahjon <jonahjones094@gmail.com>
1 parent 2b186cb commit 0b03960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function getHTMLContent() {
5252

5353
let htmlContent = `<head><style>${getCSSString()}</style></head>`;
5454
htmlContent = htmlContent + '<body>';
55-
htmlContent = htmlContent + '<div style="display: inline-block; text-align: center; padding: 20px;"><h1>Greetings from Cluster Sample App!</h1>';
55+
htmlContent = htmlContent + '<div style="display: inline-block; text-align: center; padding: 20px;"><h1>Greetings from Reinvent Con317!</h1>';
5656
htmlContent = htmlContent + `<h3>Today is ${new Date().toLocaleString('en-US', dateLocaleOptions)}`+'</h3>';
5757
htmlContent = htmlContent + `<p>This web page has been hit ${mainPageHitCounter} time(s)</p>`;
5858
htmlContent = htmlContent + `<p>The healthcheck of this application has been hit ${healthCheckHitCounter} time(s)</p>`;

0 commit comments

Comments
 (0)