Feat: add namecheck and tailwind css
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
{{define "room"}}
|
||||
<div class="flex h-screen">
|
||||
<div id="hello-user">
|
||||
<p>Hello {{.Username}}</p>
|
||||
</div>
|
||||
<!-- Left Panel -->
|
||||
{{template "teampew" "blue"}}
|
||||
{{template "cardtable" .}}
|
||||
|
Reference in New Issue
Block a user