feat: login form or room info on index page

This commit is contained in:
efim
2023-11-18 12:18:56 +00:00
parent 0e804b21e5
commit c8f28bf0de
8 changed files with 113 additions and 93 deletions

View File

@@ -23,7 +23,7 @@
<!-- Place favicon.ico in the root directory -->
</head>
<body
class="flex flex-col"
class="flex flex-col h-screen"
>
<nav class="bg-yellow-200 flex-none h-14">
{{if .Header.Title}} Room name: "{{.Header.Title}}"{{end}}