Show logo above auth forms

This commit is contained in:
2026-02-02 17:39:23 +01:00
parent 7f66bc2263
commit 7a71e4831d
2 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,9 @@
</head>
<body class="page">
<section class="card hidden" id="auth-card">
<div class="auth-logo">
<img src="logo.png" alt="CoopGameChooser logo" />
</div>
<div class="stack horizontal">
<button class="ghost active" data-auth-tab="login" type="button" data-i18n="auth.loginTab">Log in</button>
<button class="ghost" data-auth-tab="register" type="button" data-i18n="auth.registerTab">Register</button>