-
Notifications
You must be signed in to change notification settings - Fork 0
/
galeri.php
53 lines (53 loc) · 1.83 KB
/
galeri.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="action/style.css" >
<link rel="stylesheet" href="node_modules\bootstrap\dist\css\bootstrap.min.css">
<header>
<nav>
<ul>
<li><a href="http://localhost/MbahDagang/index.php">Home</a></li>
<li><a href="galeri.php">Galeri Barang</a></li>
<li><a href="#">Tentang</a></li>
<li><a href="#">Cari</a></li>
</ul>
</nav>
</header>
</head>
<body>
<div>
<div class="row">
<div class="col">
<div class="wrapper">
<img src="asset/img/gambar1.png" alt="booklist" />
</div>
</div>
<div class="col">
<div class="wrapper">
<img src="asset/img/gambar2.png" alt="booklist" />
</div>
</div>
<div class="col">
<div class="wrapper">
<img src="asset/img/gambar3.png" alt="booklist" />
</div>
</div>
<div class="col">
<div class="wrapper">
<img src="asset/img/gambar4.png" alt="booklist" />
</div>
</div>
<div class="col">
<div class="wrapper">
<img src="asset/img/gambar5.png" alt="booklist" />
</div>
</div>
<div class="col">
<div class="wrapper">
<img src="asset/img/gambar1.png" alt="booklist" />
</div>
</div>
</div>
</div>
</body>
</html>