Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

13
app/views/forgot.html Normal file
View File

@ -0,0 +1,13 @@
<form action="" method="post" class="form-horizontal">
<legend>Lost and Found</legend>
<fieldset>
<div class="form-group">
<label for="entry" class="col-lg-3 control-label">Username or Email:</label>
<div class="col-lg-3">
<input class="form-control" type="text" name="entry" id="entry">
</div>
</div>
</fieldset>
<input type="hidden" name="token" value="{TOKEN}">
<button name="submit" value="submit" type="submit" class="btn btn-lg btn-primary center-block">Reset Password</button><br>
</form>