You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
328 B

<!DOCTYPE html>
<html>
<!-- поскипано -->
<body>
<% if (my $msg = stash('msg')) { %>
<h3><%= $msg %><h3>
<% } %>
<form method="POST" action="/auth">
<input name="user" type="text">
<input name="code" type="text">
<input type="submit" value="Проверить код">
</form>
</body>
</html>