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

13 lines
593 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.
<?php import::view(THEMA_NAME.'assets/header'); ?>
<div class="container">
<div align="center" style="margin-bottom: 20px;">
<img src="<?php echo URL::base(); ?>upload/finish.png" alt="">
<p>Aktivizasyon işleminiz başarılı olmuştur. <br>Pisillinux sitesine üye olduğunuz için teşekkür ederiz </p>
<a class="btn btn-primary" href="<?php echo URL::base(); ?> ">Anasayfaya git</a>
<a class="btn btn-primary" href="<?php echo URL::base(); ?>member">Üye girişi.</a>
</div>
</div>
<?php import::view(THEMA_NAME.'assets/footer'); ?>