33 lines
830 B
PHP
33 lines
830 B
PHP
|
|
<main>
|
||
|
|
|
||
|
|
<section class="container">
|
||
|
|
<div class="row py-lg-5">
|
||
|
|
<h2>Installation Complete!</h2>
|
||
|
|
|
||
|
|
<p class="text-success">Congratulations! The installation has been successful!</p>
|
||
|
|
|
||
|
|
<p>You can now login with the following information:</p>
|
||
|
|
|
||
|
|
<table class="table">
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<th>URL</th>
|
||
|
|
<td><a href="" id="final_url"></a></td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>Username</th>
|
||
|
|
<td>admin</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<th>Password</th>
|
||
|
|
<td>admin</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
|