Обновить public/index.html
This commit is contained in:
parent
daa4186492
commit
9d53404517
@ -11,14 +11,13 @@
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="auth-game-setup-wrapper"> <!-- Обертка для экранов до начала игры -->
|
||||
<!-- === ИЗМЕНЕНИЕ: user-info перемещен сюда для позиционирования относительно этого блока === -->
|
||||
<div id="user-info" style="display:none;"> <!-- Информация о пользователе и кнопка выхода -->
|
||||
<div>
|
||||
<p>Привет, <span id="logged-in-username"></span>!</p>
|
||||
<button id="logout-button"><i class="fas fa-sign-out-alt"></i> Выход</button>
|
||||
</div>
|
||||
<!-- === КОНЕЦ ИЗМЕНЕНИЯ === -->
|
||||
</div>
|
||||
<div class="auth-game-setup-wrapper"> <!-- Обертка для экранов до начала игры -->
|
||||
|
||||
<div id="status-container">
|
||||
<div id="auth-message"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user