captcha_aggregator/views/index.pug

25 lines
975 B
Plaintext

html
head
title Captcha Aggregator
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no")
meta(name="description" content="")
link(href="css/index.css" rel="stylesheet")
body
div(id="main")
div(class="topSolvers")
label(id="topSolversText") Top-5 solvers:
main(class="box")
h2 Captcha Aggregator
form(id="captchaForm")
div(class="image")
img(id="captcha_image" placeholder="captcha is loading")
div(class="inputBox")
input(type="text" name="captcha" id="captcha" placeholder="solve a captcha" required=true)
div
button(type="submit" name="" style="float: center;") Send
script(type="text/javascript" src="js/index.js")