basic&ugly FE
This commit is contained in:
22
views/index.pug
Normal file
22
views/index.pug
Normal file
@@ -0,0 +1,22 @@
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user