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