Advertisement
BlackBoY_

home

Jun 11th, 2022
1,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. @extends('layouts.main')
  2.  
  3. @section('container')
  4. <div class="kontenHome">
  5.     <img class="imghome1" src="img/textLogo.png" alt="" width="150px">
  6.     <p>Selamat Datang di Website</p>
  7.     <p class="welkom">Pengelolaan Kas KUB MERCI</p>
  8. </div>
  9. <div class="kontenHome2">
  10.     <img class="imghome2" src="img/hero.png" alt="" width="450px">
  11. </div>
  12. @endsection
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement