backend without proxy
This commit is contained in:
26
public/views/index.pug
Normal file
26
public/views/index.pug
Normal file
@@ -0,0 +1,26 @@
|
||||
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 Вход
|
||||
|
||||
form(id="loginForm" target="hiddenFrame")
|
||||
div(class="inputBox")
|
||||
label(for="username") Ник
|
||||
input(type="text" name="username" id="username" placeholder="ваш ник на сервере" required=true)
|
||||
|
||||
div(class="inputBox")
|
||||
label(for="password") Пароль
|
||||
input(type="password" name="password" id="password" placeholder="ваш пароль" required=true)
|
||||
|
||||
div
|
||||
button(type="submit" name="" style="float: left;") Войти
|
||||
a(class="button" href="register" style="float: left;") Регистрация
|
||||
script(type="text/javascript" src="js/index.js")
|
||||
|
||||
Reference in New Issue
Block a user