You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
537 B
31 lines
537 B
<body> |
|
<br><br> |
|
<div class="row h-100 justify-content-center align-items-center"> |
|
<div class="card"> |
|
<div class="container"> |
|
<form action="/api/passreq"> |
|
<table> |
|
<tr> |
|
<td> |
|
Discord User: |
|
</td> |
|
<td> |
|
<input type="text" name="UserName" value=""> |
|
</td> |
|
</tr> |
|
<tr> |
|
<td> |
|
</td> |
|
<td> |
|
<input type="submit" value="Submit" class="btn btn-primary" style="float: right;"> |
|
</td> |
|
</tr> |
|
</table> |
|
</form> |
|
|
|
<p>Click the "Submit" button and a temporary password will be sent to the Discord User.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</body> |
|
</html>
|
|
|