Files
2026-07-01 16:44:17 +03:00

19 lines
874 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-md-6 text-center">
<div class="glass-card p-5">
<div class="feature-icon mx-auto mb-4" style="width:80px;height:80px;font-size:2rem;">
<i class="fa fa-check-circle" style="color:var(--secondary)"></i>
</div>
<p style="color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;">
Aktivizasyon işleminiz başarılı olmuştur. <br>Pisillinux sitesine üye olduğunuz için teşekkür ederiz
</p>
<div class="d-flex gap-3 justify-content-center">
<a class="btn-modern btn-modern-primary" href="<?php echo URL::base(); ?>">Anasayfaya git</a>
<a class="btn-modern btn-modern-secondary" href="<?php echo URL::base(); ?>member">Üye girişi</a>
</div>
</div>
</div>
</div>
</div>