Files
Sheep-Service/web/lib/pages/auth/index.html

18 lines
326 B
HTML

<div id="page-auth">
<form id="page-auth-form">
<div>
<input
type="password"
name="uuid"
id="auth-forms-uuid"
placeholder="UUID"
required=""
/>
<button type="submit">
<span>Авторизуватися</span>
</button>
</div>
</form>
</div>