-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccess.html
60 lines (56 loc) · 2.09 KB
/
access.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self';font-src 'self';style-src 'self' 'unsafe-inline' https://www.google.com;frame-src 'self' https://www.google.com" />
<title>Access | Cofee Shop</title>
<meta name="description" content="営業時間: 7:00 - 22:00(LO 21:00)/TEL: 0XX-XXX-XXXX/〒 XXX-XXXX 東京都千代田区" />
<link rel="icon" href="./images/favicon.ico" />
<link rel="stylesheet" href="./CSS/style.css" type="text/css" media="all" />
</head>
<body id="page">
<p id="sample">SAMPLE</p>
<header>
<div class="container">
<div class="block_logo">
<a href="index.html"><img src="./images/img_logo.webp" alt="img_logo" /></a>
</div>
<nav>
<ul>
<li><a href="menu.html">Menu</a></li>
<li><a href="access.html">Access</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="contents">
<div class="container">
<main>
<h1 class="title_page">Access</h1>
<div class="block_access">
<p>営業時間:7:00 - 22:00(LO 21:00)</p>
<p>TEL : 0X-XXXX-XXXX</p>
<p>
住所 : <br />
〒XXX-XXXX 東京都千代田区
</p>
<iframe title="access-map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3240.6678652095907!2d139.75022457564236!3d35.68517932975724!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x60188c0d02d8064d%3A0xd11a5f0b379e6db7!2z55qH5bGF!5e0!3m2!1sja!2sjp!4v1680089962496!5m2!1sja!2sjp"
width="600" height="450" style="border: 0" loading="lazy" allowfullscreen=""
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</main>
</div>
</div>
<footer>
<div class="container">
<p class="copyright">
This product is dedicated to Mr. I.<br />(C) Since 2021 improved by Y.K
</p>
</div>
</footer>
</body>
</html>