Files
Sheep-Service/web/lib/pages/auth/index.html
2025-09-09 00:10:53 +03:00

18 lines
322 B
HTML

<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>