no luck..

This commit is contained in:
newtbot 2024-01-31 03:32:41 +08:00
parent fea986a841
commit 2996684267
4 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,7 @@
</div> </div>
<div class="container text-center"> <div class="container text-center">
<br> <br>
<p>All Rights Reserved. &copy; 2023 <a href="/">EcoSaver</a> <p>All Rights Reserved. &copy; 2024 <a href="/">EcoSaver</a>
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -1,8 +1,6 @@
<%- include('logintop') %> <%- include('logintop') %>
<body> <section class="wrapper">
<section class="wrapper">
<div class="form"> <div class="form">
<header>Reset Password</header> <header>Reset Password</header>
<div class="card-header shadow actionMessage" style="display:none"></div> <div class="card-header shadow actionMessage" style="display:none"></div>
@ -43,4 +41,6 @@
confirm_password.onkeyup = validatePassword; confirm_password.onkeyup = validatePassword;
</script> </script>
</body>
</html>

View File

@ -82,4 +82,4 @@
</body> </body>
</html> </html>