initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<style>
* {box-sizing: border-box}
.contentDiv{
margin:0px auto;border:1px solid #ccc;background:#FFFFFF;
}
.innerDiv{
padding: 50px;font-size: 18px;font-weight: bold;
}
.lginLink{
text-decoration: underline;
}
</style>
<div class="col-md-8 contentDiv">
<div class="innerDiv">
<p>A password reset link has been sent to your email account. Please check your inbox and follow the instruction.</p>
<br><br><br>
</div>
</div>