v1.0.0
This commit is contained in:
17
web/lib/pages/auth/index.html
Normal file
17
web/lib/pages/auth/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<div id="page-auth">
|
||||
<form id="page-auth-form">
|
||||
<div>
|
||||
<input
|
||||
type="text"
|
||||
name="uuid"
|
||||
id="auth-forms-uuid"
|
||||
placeholder="UUID"
|
||||
required=""
|
||||
/>
|
||||
|
||||
<button type="submit">
|
||||
<span>Авторизуватися</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user