Add RL template module with HTML markup language
[lhc/web/wiklou.git] / resources / src / mediawiki.special / templates / captcha.html
1 <div>
2 <label for="wpCaptchaWord"></label>
3 <div class="mw-createacct-captcha-container">
4 <div class="mw-createacct-captcha-and-reload" />
5 <input id="wpCaptchaWord" class="mw-ui-input" name="wpCaptchaWord"
6 type="text" autocapitalize="off" autocorrect="off">
7 <span/>
8 </div>
9 </div>