fixes missing closing bracket in infopage html

This commit is contained in:
nai-degen 2023-05-16 15:42:49 -05:00
parent 27caf1ff06
commit dfd8f0cc97
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function cacheInfoPageHtml(host: string) {
<meta name="robots" content="noindex" />
<title>${title}</title>
</head>
<body style="font-family: sans-serif; background-color: #f0f0f0; padding: 1em;"
<body style="font-family: sans-serif; background-color: #f0f0f0; padding: 1em;">
${headerHtml}
<hr />
<h2>Service Info</h2>