captcha_aggregator/views/index.pug

22 lines
907 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="tsparticles")
main(class="box")
h2 Captcha Aggregator
form(id="captchaForm")
div(class="image")
img(id="captcha_image" placeholder="captcha is loading")
div(class="inputBox")
label(for="captcha") Captcha
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")