Missed closing tag

This commit is contained in:
Jeremy Ruston 2024-02-28 18:19:01 +00:00
parent d97ddf1eec
commit 4f9ff1ae81
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ exports.handler = function(request,response,state) {
response.write(html);
response.write(`
</body>
</html>
`);
response.end();;
}