32 lines
1.0 KiB
PHP
32 lines
1.0 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>LUPMIS 2.0 User Account</title>
|
|
</head>
|
|
<body>
|
|
<h2>Account Credentials</h2>
|
|
<p>Your LUPMIS Account has been successfully created. Use the credentials below to login.</p>
|
|
<ol>
|
|
<li>Username: {{ $username }}</li>
|
|
<li>Password: {{ $password }} </li>
|
|
<li>URL: https://lupmis4luspa.org</li>
|
|
</ol>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
|
|
<tr>
|
|
<td class="content-cell" align="center">
|
|
<!-- Your custom HTML content goes here -->
|
|
<p style="font-family: sans-serif; font-size: 12px; color: #aeaeae; text-align: center;">
|
|
© {{ date('Y') }} [{{ "LUPMIS 2.0" }}](https://lupmis4luspa.org). All rights reserved.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</body>
|
|
</html>
|