add captcha
This commit is contained in:
parent
3dea44dacf
commit
edbadbcf2e
12 changed files with 115 additions and 7 deletions
|
@ -3,6 +3,10 @@
|
|||
<%= title %>
|
||||
</h1>
|
||||
<div class='form-message'></div>
|
||||
<span class='form-key'>
|
||||
<img src='/client/captcha'>
|
||||
</span>
|
||||
<input class='form-input' type='text' name='challenger' value='Type the captcha'>
|
||||
<% for (let elem of data) { %>
|
||||
<span class='form-key'>
|
||||
<%= elem.label %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue