add missing closing HTML tag

This commit is contained in:
emma 2025-02-22 10:42:33 -05:00
parent 2a3401074d
commit 6d509c83eb

View File

@ -68,4 +68,5 @@ const pageTitle = "emma's guestbook"
<ul class="comments"> <ul class="comments">
</ul> </ul>
</BasicLayout> </BasicLayout>
</body> </body>
</html>