-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (59 loc) · 2.43 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
<!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">
<link rel="icon" href="img/icon.jpg" type="image/x-icon">
<title>國立故宮博物院</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="header">
<a href="" title="上方選單連結區">:::</a>
<a href="" title="故宮商店">故宮商店</a>
<span>|</span>
<a href="" title="線上故宮">線上故宮</a>
<span>|</span>
<a href="" title="圖書館">圖書館</a>
<span>|</span>
<a href="" title="南部院區">南部院區</a>
<span>|</span>
<a href="" title="關於故宮">關於故宮</a>
<span>|</span>
<span title="Language">Language</span>
</div>
<div class="logo">
<a href="">
<img src="img/logo.svg" alt="">
</a>
</div>
<div class="items">
<a href="" title="參觀">參觀</a>
<a href="" title="展覽">展覽</a>
<a href="" title="活動">活動</a>
<a href="" title="典藏">典藏</a>
<a href="" title="學習">學習</a>
<a href="" title="出版">出版</a>
<a href="" title="研究">研究</a>
<span>|</span>
<span title="搜尋">搜尋</span>
</div><hr>
<div class="banner">
<a href="" title="「梵蒂岡宗座圖書館珍藏」暨「明清宮廷藏書」特展">
<img src="img/banner.jpg" alt="「梵蒂岡宗座圖書館珍藏」暨「明清宮廷藏書」特展">
</a>
</div>
<div class="box">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3613.0173865079933!2d121.54600227602374!3d25.101272785578214!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3442ac3acd404a7d%3A0x5d6d7018397a09c1!2z5ZyL56uL5pWF5a6u5Y2a54mp6Zmi!5e0!3m2!1szh-TW!2stw!4v1678598468758!5m2!1szh-TW!2stw" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="address">
<h2>111001臺北市士林區至善路二段221號</h2>
<h2>111001臺北市士林區力行街11號 行政園區</h2>
<h2>(02)2881-2021</h2>
<h2>[email protected]</h2>
</div>
</div>
</body>
</html>