You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
737 B

  1. <div class="header bg-gradient-primary py-7 py-lg-8">
  2. <div class="container">
  3. <div class="header-body text-center mb-7">
  4. <div class="row justify-content-center">
  5. <div class="col-lg-5 col-md-6">
  6. <h1 class="text-white">Ayo Login!</h1>
  7. <p class="text-lead text-light">Login menggunakan akun yang telah disediakan oleh admin untuk meng-upload/edit data.</p>
  8. </div>
  9. </div>
  10. </div>
  11. </div>
  12. <div class="separator separator-bottom separator-skew zindex-100">
  13. <svg x="0" y="0" viewBox="0 0 2560 100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg">
  14. <polygon class="fill-default" points="2560 0 2560 100 0 100"></polygon>
  15. </svg>
  16. </div>
  17. </div>