mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-14 10:54:31 +00:00
create usernameinput lit element
This commit is contained in:
@@ -31,10 +31,7 @@
|
||||
<h2 class="text-6xl mb-2">(v0.6.5)</h2>
|
||||
<div class="flex justify-center items-start">
|
||||
<div class="w-full max-w-3xl p-4 space-y-4">
|
||||
<!-- Username input -->
|
||||
<input type="text" id="username" placeholder="Enter your username"
|
||||
class="w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
|
||||
maxlength="18">
|
||||
<username-input></username-input>
|
||||
<!-- Button layout -->
|
||||
<div class="flex space-x-4 max-w-xs mx-auto">
|
||||
<!-- Single Player button -->
|
||||
|
||||
Reference in New Issue
Block a user