Added captcha: Created new page with captcha auth and fields saving mechanism.

This commit is contained in:
SovereigntyIsNotFreedom 2025-04-13 09:22:37 +01:00
parent 243e3d24bb
commit 412a36e66d
10 changed files with 592 additions and 8 deletions

View file

@ -12,8 +12,12 @@
.width-class{
width: 100%;
object-fit: contain;
align: center;
align: center;
display: flex;
flex-direction: column;
}
.input-class{
margin: 0 20% 0 20%;
}
.projectbanner{