Skip to content

Commit

Permalink
hello reinvent
Browse files Browse the repository at this point in the history
Signed-off-by: jonahjon <[email protected]>
  • Loading branch information
jonahjon committed Oct 20, 2021
1 parent 2b186cb commit 0b03960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function getHTMLContent() {

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

0 comments on commit 0b03960

Please sign in to comment.