recreate project
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?= $this->extend('layout/register_layout') ?>
|
||||
<?= $this->section('content') ?>
|
||||
|
||||
<div class="registration-form container mt-5 mb-5">
|
||||
<div class="bg-white p-5 rounded-5 shadow registration-form container" style="max-width: 600px; width: 100%;">
|
||||
<div class="text-center mb-4">
|
||||
<a href="<?= base_url('/') ?>">
|
||||
<img src="<?= base_url('assets/images/alrahma_logo.png') ?>" alt="" style="width: 180px; height: 120px;">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h3 class="text-center text-danger" style="font-family: Arial, sans-serif;">Invalid or Expired Token</h3>
|
||||
<p class="text-center mb-1">The link you used is either:</p>
|
||||
<ul class="list-unstyled text-center mb-3">
|
||||
<li>❌ Invalid</li>
|
||||
<li>⏳ Expired</li>
|
||||
<li>✅ Already used</li>
|
||||
</ul>
|
||||
<p class="text-center text-secondary mb-4">Please try registering again.</p>
|
||||
<div class="mb-2 d-grid">
|
||||
<a href="<?= base_url('/register') ?>" class="btn btn-success item">
|
||||
Register a New Account
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?= $this->endSection() ?>
|
||||
Reference in New Issue
Block a user