Postingan

Menampilkan postingan dari Agustus, 2022

Membuat web html

belajar

Halaman User

 dashboard.php <! DOCTYPE html > < html lang = "en" > < head >     < title > Petshopqu </ title >     < link href = "template/css/style.css" rel = "stylesheet" > </ head > < body >     <?php     include "template/header.php" ;     ? >     <!-- picture -->     < div class = "dashboard" >     < h1 class = "text-dark" > Selamat Datang Di Petshopqu </ h1 >     < center >< img src = "template/img/kitty.png" alt = "cat" style = " width:40% " >     </ div >     <?php // Menampilkan Footer include "template/footer.php" ; ? > </ body > </ html > produk.php <?php // Menampilkan header include "template/header.php" ; ? > < div class = "container" >     <!--awal card-->     < div class = "row row-cols-1 row-cols-md-3 g...