<!doctype html><html lang='pl'><head><meta charset='utf-8'><title>Logowanie</title><link rel='stylesheet' href='assets/style.css'></head><body class='pin-body'><div class='pin-box'><h2>🔒 Autoryzacja</h2><form method='post' autocomplete='off'><input type='text' name='pin' pattern='[0-9]{4,}' minlength='4' inputmode='numeric' autocomplete='one-time-code' autocapitalize='off' autocorrect='off' spellcheck='false' style='-webkit-text-security:disc; text-security:disc;' placeholder='••••' autofocus><br><button type='submit' class='btn btn-blue'>Odblokuj</button></form></div></body></html>