added new pages

This commit is contained in:
CHIEFSOFT\ameye
2024-11-16 13:27:58 -05:00
parent 2b2cd8648d
commit fa66baa1ad
11 changed files with 926 additions and 8 deletions
+2 -3
View File
@@ -43,7 +43,7 @@
<div class="login p-50">
<h1 class="mb-2">WrenchBoard Promotions</h1>
<p>Welcome back, please login to your account.</p>
<form action="auth-login.html" class="mt-3 mt-sm-5">
<form action="/promoauth" method="post" class="mt-3 mt-sm-5" id="promologin-id">
<div class="row">
<div class="col-12">
<div class="form-group">
@@ -69,9 +69,8 @@
</div>
</div>
<div class="col-12 mt-3" style="text-align: right;">
<a href="#" class="btn btn-primary text-uppercase">Sign In</a>
<button href="/promoauth" onclick="document.getElementById('promologin-id').submit();" class="btn btn-primary text-uppercase">Sign In</button>
</div>
</div>
</form>
</div>