File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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>` ;
You can’t perform that action at this time.
0 commit comments