go_winter_work_2025/bash/rest/login.html
Vitaliy Turov 50f600e168
Some checks failed
Deploy to Server (Docker) / deploy (push) Failing after 9s
feature/train_bash (#7)
Reviewed-on: https://git.gocommunity.ru/walleri1/go_winter_work_2025/pulls/7
Co-authored-by: Vitaliy Turov <walleri1@yandex.ru>
Co-committed-by: Vitaliy Turov <walleri1@yandex.ru>
2025-02-15 11:59:59 +03:00

7 lines
161 B
HTML

HTTP/1.1 200 OK
Content-Type: text/html
<form method="POST" action="/login">
<input type="text" name="name" />
<input type="submit" value="Login" />
</form>