Feat: stats [WIP]
This commit is contained in:
@ -5,9 +5,11 @@
|
||||
{{template "linklogin" .LinkLogin}}
|
||||
{{ else if not .State.RoomID }}
|
||||
<div id="hello-user" class="grid grid-cols-3 items-center text-xl py-2">
|
||||
<div></div>
|
||||
<p class="text-center">Hello {{.State.Username}}</p>
|
||||
<div class="text-right">
|
||||
<a href="/stats" class="bg-transparent hover:bg-green-500 text-green-700 font-semibold hover:text-white py-2 px-4 border border-green-500 hover:border-transparent rounded">
|
||||
Stats
|
||||
</a>
|
||||
<a href="/signout"><button class="bg-indigo-600 text-white font-semibold text-sm px-4 py-2 rounded hover:bg-indigo-500">signout</button></a>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user