This repository has been archived by the owner on Jun 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (61 loc) · 2.31 KB
/
index.html
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
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BUMDES | Badan Usaha Milik Desa</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="semantic/custom-grid.css">
<link rel="stylesheet" href="semantic/custom-image.css">
<link rel="stylesheet" href="semantic/custom-header.css">
</head>
<body>
<div class="header">
<div class="kanan">
<div class="ui tiny rounded image">
<img src="LOGO.png" alt="">
</div>
</div>
<div class="kiri">
<div class="ui grid container">
<div class="six wide column">
<b class="ui tiny header">
Jl. Desa Kota Jawa <br>
Kec. Way Khilau, Kab.Pesawaran <br>
Provinsi Lampung (Kode Pos) <br>
</b>
</div>
<div class="eight wide column">
<b class="ui tiny header">
Buka senin - minggu <br>
08.00-20.00 WIB
</b>
</div>
</div>
</div>
</div>
<div class="konten">
<div class="ui equal width centered grid">
<div class="three wide column">
<a href="warung.html" style="text-decoration: none;"class="ui small fluid image">
<code style="color: black">Warung BUMDES</code>
<img src="warung.png" alt="Warung BUMDES">
</a>
</div>
<div class="three wide column">
<a href="fotokopi.html" style="text-decoration: none;"class="ui small fluid image">
<code style="color: black">Fotokopi</code>
<img src="fotokopi.png" alt="Fotokopi">
</a>
</div>
<div class="three wide column">
<a href="ikan.html" style="text-decoration: none;"class="ui small fluid image">
<code style="color: black">Kolam Ikan</code>
<img src="ikan.png" alt="Kolam Ikan">
</a>
</div>
</div>
</div>
</body>
</html>