Clean-room copy of the reusable engines from comiida, with all instance data, secrets, dependencies, and build output excluded: - app/ Astro theme skeleton (no comiida blog posts; hero image -> placeholder) - api/ SeedProject PHP framework (no vendor/.env/config.php) - content-pipeline/ engine only (scripts/admin/prompts; empty runtime state) - astroagent.config.json + app/.astroagent/skills Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
32 lines
830 B
PHP
32 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>
|
|
|
|
|