-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplace.html
65 lines (59 loc) · 1.91 KB
/
place.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
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RestoKu - Family Home Cook</title>
<link rel="stylesheet" type="text/css" href="style/style.css">
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
</head>
<body>
<header>
<nav class="menu">
<ul>
<li>
<a href="index.html"><img src="assets/images/logo.png" class="logo"></a>
</li>
<li>
<a href="place.html">Lokasi Kami</a>
</li>
</ul>
</nav>
<!-- akhir bagian menu -->
</header>
<main>
<aside class="sidebar">
<div class="widget">
<h2>Tirta Rachmandiri W.</h2>
<p><a href="#"><img src="assets/images/Foto.jpg" class="foto"></a></p>
<p>Terus belajar dan berkarya agar Indonesia semakin maju.</p>
<p>
<a href="mailto:[email protected]"><img src="assets/images/email-mail-open-at.png" class="foo"></a>
<a href="https://www.facebook.com/profile.php?id=100022664404933"><img src="assets/images/touchscreen-hand.png" class="foo"></a>
<a href="https://wa.link/0by30r"><img src="assets/images/whatsapp.png" class="foo"></a>
</p>
</div>
</aside>
<!-- akhir bagian sidebar website -->
<div id="content">
<article class="article">
<div class="post-info">
Lokasi <b>RestoKu</b> :
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3966.678670941229!2d106.78126881467198!3d-6.1737576622174615!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69f79ebfeff8bd%3A0xf4eb9f4e3d647b2b!2sMangkok%20Ku!5e0!3m2!1sen!2sid!4v1600368719476!5m2!1sen!2sid"
width="900"
height="450"
frameborder="0"
style="border:0;"
allowfullscreen="" aria-hidden="false" tabindex="0" class="maps">
</iframe>
</article>
</div>
<!-- akhir bagian isi konten -->
</main>
</body>
<footer>
<p>
<b>RestoKu</b> - Buid with ❤ ©2020 ™
</p>
</footer>
</html>