HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux host 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: w230 (1248)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/w230/html/behavior/footer.php
<!-- footer.php -->
<footer class="footer-custom text-white text-center py-3 mt-5">
  <div class="container d-flex justify-content-center align-items-center gap-2">
    <img src="uploads/logo_cow.png" alt="โลโก้หัววัว" width="80" height="80" class="rounded-circle shadow">
    <span style="font-family: 'Prompt', sans-serif; font-size: 1rem;">
      พัฒนาโปรแกรมโดย นายสราวุธ สมพงษ์ ครูโรงเรียนบ้านหัววัวหนองนารีตาตวด
    </span>
    <!-- เวอร์ชั่น -->
    <div class="text-center mt-1" style="font-size: 0.75rem; color: #999;">
      BehavioR Version 1.0
    </div>
  </div>
</footer>